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

added remote control menu

This commit is contained in:
Luke Pulverenti 2013-07-11 16:25:12 -04:00
parent 757e0a9046
commit c018f44379
12 changed files with 254 additions and 15 deletions

View file

@ -489,7 +489,7 @@
$('#btnRemote', page).on('click', function () {
RemoteControl.showMenu({ item: currentItem, context: getParameterByName('context') || '' });
RemoteControl.showMenuForItem({ item: currentItem, context: getParameterByName('context') || '' });
});
$('#btnEdit', page).on('click', function () {