1
0
Fork 0
mirror of https://github.com/jellyfin/jellyfin-web synced 2025-03-30 19:56:21 +00:00

added suggested live tv page

This commit is contained in:
Luke Pulverenti 2014-01-12 10:58:47 -05:00
parent 90806d583b
commit e36d514368
7 changed files with 93 additions and 26 deletions

View file

@ -105,11 +105,6 @@
reload(page);
}).on('pagehide', "#liveTvRecordingsPage", function () {
var page = this;
$('.recordingGroupCollapsible', page).off('collapsibleexpand.lazyload');
});
})(jQuery, document, ApiClient);