Added missing '@'
This commit is contained in:
parent
ba31d4f4c9
commit
7ecb27463c
1 changed files with 1 additions and 1 deletions
|
@ -88,7 +88,7 @@ Vue.component('camera-android-ipcam', {
|
||||||
|
|
||||||
if (cam.name in this.config.cameras && this.config.cameras[cam.name].username) {
|
if (cam.name in this.config.cameras && this.config.cameras[cam.name].username) {
|
||||||
cam[attr] = 'http://' + 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);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue