WEBUI JS: DVR - fix typo in the default sort setup
This commit is contained in:
parent
0e6c737626
commit
679eae577e
1 changed files with 3 additions and 3 deletions
|
@ -154,7 +154,7 @@ tvheadend.dvr_upcoming = function(panel, index) {
|
|||
'duration,channelname,creator,config_name,' +
|
||||
'sched_status',
|
||||
sort: {
|
||||
field: 'start',
|
||||
field: 'start_real',
|
||||
direction: 'DESC'
|
||||
},
|
||||
plugins: [actions],
|
||||
|
@ -225,7 +225,7 @@ tvheadend.dvr_finished = function(panel, index) {
|
|||
}
|
||||
},
|
||||
sort: {
|
||||
field: 'start',
|
||||
field: 'start_real',
|
||||
direction: 'DESC'
|
||||
},
|
||||
plugins: [actions],
|
||||
|
@ -273,7 +273,7 @@ tvheadend.dvr_failed = function(panel, index) {
|
|||
'duration,channelname,creator,' +
|
||||
'status,sched_status',
|
||||
sort: {
|
||||
field: 'start',
|
||||
field: 'start_real',
|
||||
direction: 'DESC'
|
||||
},
|
||||
plugins: [actions],
|
||||
|
|
Loading…
Add table
Reference in a new issue