fix Automatic Full URL Path generator

video-slicer-reencoder
Moe 2022-09-12 19:55:43 -07:00
parent 7b6922daa0
commit 15ce53065c
1 changed files with 1 additions and 1 deletions

View File

@ -259,7 +259,7 @@ function compileConnectUrl(options){
porty = ':' + options.port
}
var url = options.protocol + '://' + options.host + porty
return options.url
return url
}
function jsonToHtmlBlock(target){