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

remote control progress

This commit is contained in:
Luke Pulverenti 2013-05-30 15:58:07 -04:00
parent 2ceb7e0ff0
commit 3948ea43a8
4 changed files with 457 additions and 26 deletions

View file

@ -866,7 +866,15 @@
$('#btnRemote', page).on('click', function () {
RemoteControl.showMenu(page, currentItem);
RemoteControl.showMenu({
item: currentItem,
context: getContext(currentItem),
themeSongs: $('#themeSongsCollapsible:visible', page).length > 0,
themeVideos: $('#themeVideosCollapsible:visible', page).length > 0
});
});
}).on('pageshow', "#itemDetailPage", function () {