]> git.ipfire.org Git - thirdparty/tvheadend.git/commitdiff
webui: add additional time filters fixes #4649
authorMark Clarkstone <hello@markclarkstone.co.uk>
Wed, 4 Oct 2017 10:12:27 +0000 (11:12 +0100)
committerJaroslav Kysela <perex@perex.cz>
Mon, 9 Oct 2017 14:12:51 +0000 (16:12 +0200)
src/webui/static/app/epg.js

index 47a38e5bd1ea8cb79085e9e57e6ac4f47dad4c11..af3bb2293129f053741e87da1a27a51ce5e6dd92 100644 (file)
@@ -68,9 +68,10 @@ tvheadend.DurationStore = new Ext.data.SimpleStore({
     data: [['-1', _('(Clear filter)'),"",""],
            ['1',_('00:00:00 - 00:15:00'), 0, 900],
            ['2',_('00:15:00 - 00:30:00'), 900, 1800],
-           ['3',_('00:30:00 - 01:30:00'), 1800, 5400],
-           ['4',_('01:30:00 - 03:00:00'), 5400, 10800],
-           ['5',_('03:00:00 - No maximum'), 10800, 9999999]]
+           ['3',_('00:30:00 - 01:00:00'), 1800, 3600],
+           ['4',_('01:00:00 - 01:30:00'), 3600, 5400],
+           ['5',_('01:30:00 - 03:00:00'), 5400, 10800],
+           ['6',_('03:00:00 - No maximum'), 10800, 9999999]]
 });
 
 // Function to convert numeric duration to corresponding label string