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:
commit
c176afa8a4
@ -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 = []
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user