]> git.ipfire.org Git - thirdparty/tvheadend.git/commitdiff
webui: DVR finished - fix 'download' functionality, fixes #4051
authorJaroslav Kysela <perex@perex.cz>
Mon, 31 Oct 2016 16:20:13 +0000 (17:20 +0100)
committerJaroslav Kysela <perex@perex.cz>
Mon, 31 Oct 2016 16:20:13 +0000 (17:20 +0100)
src/webui/static/app/dvr.js

index 5e93b49ba7f4fe532b77663f32faf98062d98706..e8e6d60e5e478918c6b4389ef299e7d44157d94a 100644 (file)
@@ -458,7 +458,7 @@ tvheadend.dvr_finished = function(panel, index) {
         del: false,
         list: 'disp_title,disp_subtitle,episode,channelname,' +
               'start_real,stop_real,duration,filesize,' +
-              'sched_status,errors,data_errors,config_name,owner,creator,comment',
+              'sched_status,errors,data_errors,url,config_name,owner,creator,comment',
         columns: {
             filesize: {
                 renderer: tvheadend.filesizeRenderer()