Merge branch 'dev/1.1.x' into dev/1.2.x

This commit is contained in:
vexorian 2020-11-22 21:16:17 -04:00
commit e939ddb306

View File

@ -403,6 +403,7 @@ module.exports = function ($timeout, $location, dizquetv, resolutionOptions) {
newProgs.push(tmpProgs[keys[i]])
}
scope.channel.programs = newProgs
updateChannelDuration(); //oops someone forgot to add this
}
scope.removeOffline = () => {
let tmpProgs = []