diff --git a/src/webui/static/app/dvr.js b/src/webui/static/app/dvr.js index d27653ef..f2d487df 100644 --- a/src/webui/static/app/dvr.js +++ b/src/webui/static/app/dvr.js @@ -714,7 +714,7 @@ tvheadend.autoreceditor = function() { record.set('maxduration', tvheadend.DurationStore.getById(index).data.maxvalue); } } - + if (record.isModified('channel') && record.data.channel == -1) record.set('channel',"");