Added missing '@'

This commit is contained in:
Fabio Manganiello 2019-12-24 14:04:23 +01:00
parent ba31d4f4c9
commit 7ecb27463c
1 changed files with 1 additions and 1 deletions

View File

@ -88,7 +88,7 @@ Vue.component('camera-android-ipcam', {
if (cam.name in this.config.cameras && this.config.cameras[cam.name].username) {
cam[attr] = 'http://' + this.config.cameras[cam.name].username + ':' +
this.config.cameras[cam.name].password + cam[attr].substr(7);
this.config.cameras[cam.name].password + '@' + cam[attr].substr(7);
}
}