diff --git a/src/webui/static/app/epg.js b/src/webui/static/app/epg.js index 588b2ab2..e1024339 100644 --- a/src/webui/static/app/epg.js +++ b/src/webui/static/app/epg.js @@ -295,6 +295,14 @@ tvheadend.epg = function() { name: 'serieslink' }]) }); + + /** + * Listener for DVR notifications. We want to update the EPG grid when a + * recording is finished/deleted etc. so the status icon gets updated. + */ + tvheadend.comet.on('dvrdb', function() { + epgStore.reload(); + }); function setMetaAttr(meta, record) { var now = new Date;