Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
webui: DVR finished - fix 'download' functionality, fixes #4051
  • Loading branch information
perexg committed Oct 31, 2016
1 parent e06307b commit 0f8f90e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/webui/static/app/dvr.js
Expand Up @@ -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()
Expand Down

0 comments on commit 0f8f90e

Please sign in to comment.