diff --git a/xmcl b/xmcl index 461a5d92f..f1cb1d5b8 160000 --- a/xmcl +++ b/xmcl @@ -1 +1 @@ -Subproject commit 461a5d92f45865742d53c9b6230dccc02ad8b274 +Subproject commit f1cb1d5b871e05ce72f40b534a46c01ae8959b6a diff --git a/xmcl-runtime/launch/LaunchService.ts b/xmcl-runtime/launch/LaunchService.ts index 4af7b82eb..dd0aad4ae 100644 --- a/xmcl-runtime/launch/LaunchService.ts +++ b/xmcl-runtime/launch/LaunchService.ts @@ -263,6 +263,7 @@ export class LaunchService extends AbstractService implements ILaunchService { ip: options.server.host, port: options.server?.port, } + launchOptions.quickPlayMultiplayer = `${options.server.host}${options.server.port ? `:${options.server.port}` : ''}` } return launchOptions