From: Jaroslav Kysela Date: Thu, 1 Feb 2018 16:01:36 +0000 (+0100) Subject: webui: epg - add duration to store/dataIndex - fix sorting, fixes #4909 X-Git-Tag: v4.2.7~78 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=74220185d4f71f4c72b386b23cb3ca15cca2d051;p=thirdparty%2Ftvheadend.git webui: epg - add duration to store/dataIndex - fix sorting, fixes #4909 --- diff --git a/src/webui/static/app/epg.js b/src/webui/static/app/epg.js index f7596d01d..c98561d0e 100644 --- a/src/webui/static/app/epg.js +++ b/src/webui/static/app/epg.js @@ -428,6 +428,7 @@ tvheadend.epg = function() { type: 'date', dateFormat: 'U' /* unix time */ }, + { name: 'duration' }, { name: 'starRating' }, { name: 'ageRating' }, { name: 'genre' }, @@ -577,6 +578,7 @@ tvheadend.epg = function() { id: 'duration', header: _("Duration"), tooltip: _("Duration"), + dataIndex: 'duration', renderer: renderDuration }, {