don't show play button for people
This commit is contained in:
parent
5bb0338772
commit
bad36ab3b8
2 changed files with 8 additions and 4 deletions
|
@ -470,7 +470,7 @@
|
|||
|
||||
$('#btnRemote', page).on('click', function () {
|
||||
|
||||
RemoteControl.showMenu(page, currentItem);
|
||||
RemoteControl.showMenu(page, currentItem, getParameterByName('context') || '');
|
||||
});
|
||||
|
||||
}).on('pageshow', "#itemByNameDetailPage", function () {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue