fix URI in ONVIF Scanner Import

email-send-options-from-account
Moe 2021-10-17 21:59:44 -07:00
parent a3683931dd
commit c757bfcdc6
1 changed files with 1 additions and 1 deletions

View File

@ -56,7 +56,7 @@ $(document).ready(function(e){
mid: tempID + `${options.port}`,
host: pathLocation.hostname,
port: pathLocation.port,
path: pathLocation.pathname,
path: pathLocation.pathname + (pathLocation.search && pathLocation.search !== '?' ? pathLocation.search : ''),
protocol: theLocation.protocol,
details: {
auto_host: addCredentialsToUri(streamUrl,currentUsername,currentPassword),