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:
parent
2ceb7e0ff0
commit
3948ea43a8
4 changed files with 457 additions and 26 deletions
|
@ -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 () {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue