don't show play button for people

This commit is contained in:
Luke Pulverenti 2013-05-29 00:05:58 -04:00
parent 5bb0338772
commit bad36ab3b8
2 changed files with 8 additions and 4 deletions

View file

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