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

#680 - Support new episode file sorting

This commit is contained in:
Luke Pulverenti 2014-01-20 11:09:53 -05:00
parent 7eac5f192e
commit ccf1871c08
15 changed files with 345 additions and 36 deletions

View file

@ -107,6 +107,15 @@
$('#btnDelete', page).on('click', deleteRecording);
$('#btnPlay', page).on('click', play);
$('#btnRemote', page).on('click', function () {
RemoteControl.showMenuForItem({
item: currentItem,
context: 'livetv'
});
});
}).on('pagebeforeshow', "#liveTvRecordingPage", function () {
var page = this;