mirror of
https://github.com/jellyfin/jellyfin-web
synced 2025-03-30 19:56:21 +00:00
the beginnings of remote control
This commit is contained in:
parent
57fed6b0ad
commit
5bb0338772
7 changed files with 246 additions and 34 deletions
|
@ -464,7 +464,16 @@
|
|||
});
|
||||
}
|
||||
|
||||
$(document).on('pageshow', "#itemByNameDetailPage", function () {
|
||||
$(document).on('pageinit', "#itemByNameDetailPage", function () {
|
||||
|
||||
var page = this;
|
||||
|
||||
$('#btnRemote', page).on('click', function () {
|
||||
|
||||
RemoteControl.showMenu(page, currentItem);
|
||||
});
|
||||
|
||||
}).on('pageshow', "#itemByNameDetailPage", function () {
|
||||
|
||||
var page = this;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue