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

@ -470,7 +470,7 @@
$('#btnRemote', page).on('click', function () {
RemoteControl.showMenu(page, currentItem, getParameterByName('context') || '');
RemoteControl.showMenu({ item: currentItem, context: getParameterByName('context') || '' });
});
}).on('pageshow', "#itemByNameDetailPage", function () {