Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
filesize not needed for removed recordings
  • Loading branch information
Glenn-1990 authored and perexg committed Dec 20, 2016
1 parent 49ac229 commit d6bcb0b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/webui/static/app/dvr.js
Expand Up @@ -679,7 +679,7 @@ tvheadend.dvr_removed = function(panel, index) {
edit: { params: { list: tvheadend.admin ? "retention,owner,comment" : "retention,comment" } },
del: true,
list: 'disp_title,disp_subtitle,episode,channelname,' +
'start_real,stop_real,duration,filesize,status,' +
'start_real,stop_real,duration,status,' +
'sched_status,errors,data_errors,url,config_name,owner,creator,comment',
sort: {
field: 'start_real',
Expand Down

0 comments on commit d6bcb0b

Please sign in to comment.