]> git.ipfire.org Git - thirdparty/tvheadend.git/commitdiff
webui: fix 'Record series', fixes #4951
authorJaroslav Kysela <perex@perex.cz>
Sun, 18 Feb 2018 19:29:41 +0000 (20:29 +0100)
committerJaroslav Kysela <perex@perex.cz>
Sun, 18 Feb 2018 19:29:41 +0000 (20:29 +0100)
src/webui/static/app/epg.js

index 10fa75103170ee0713e59c28c8d283ea20a88b48..597bda416a7e2b018e0989a17d8e2c4df3446cd3 100644 (file)
@@ -292,7 +292,7 @@ tvheadend.epgDetails = function(event) {
             handler: recordSeries,
             iconCls: 'autoRec',
             tooltip: _('Create an automatic recording rule to record all future programs that match the current query.'),
-            text: event.serieslinkId ? _("Record series") : _("Autorec")
+            text: event.serieslinkUri ? _("Record series") : _("Autorec")
         }));
 
     } else {
@@ -486,7 +486,7 @@ tvheadend.epg = function() {
             { name: 'genre' },
             { name: 'dvrUuid' },
             { name: 'dvrState' },
-            { name: 'serieslinkId' }
+            { name: 'serieslinkUri' }
         ])
     });