Merge pull request #203 from vexorian/20201122_dev

Fix bug with remove duplicates making things break in the channel schedule editor until other tool is used.
This commit is contained in:
vexorian 2020-11-22 21:13:07 -04:00 committed by GitHub
commit c176afa8a4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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