web_kbn upd

This commit is contained in:
Evgeny Sorokin 2024-04-03 05:26:57 +03:00
parent 6032737d74
commit 0c8c00bd51
2 changed files with 2 additions and 2 deletions

View File

@ -45,7 +45,7 @@ common_static_files = {
'+bootstrap.min.css': 1,
'+bootstrap.bundle.min.js': 1,
'+polyfills.js': 1,
'+app.js': 8,
'+app.js': 9,
'+app.css': 6,
'hls.js': 1
}

View File

@ -144,7 +144,7 @@ var Cameras = {
hlsDebugVideoEvents: false,
getUrl: function(name) {
return this.pfx + '/live.m3u8';
return this.pfx + 'live.m3u8';
},
setupHls: function(video, name, useHls) {