fix auto_host path builder

audio-only-output
Moe 2022-12-31 15:47:26 -08:00
parent 03b2a74223
commit 95eda7e07b
1 changed files with 1 additions and 1 deletions

View File

@ -900,7 +900,7 @@ var buildMonitorURL = function(){
host: host,
protocol: protocol,
port: port,
path: encodeURIComponent(path),
path: encodeURI(path),
type: type,
});
}