mirror of
https://github.com/jellyfin/jellyfin-web
synced 2025-03-30 19:56:21 +00:00
add additional view settings
This commit is contained in:
parent
d1a36e7c73
commit
9eecd4a9f8
4 changed files with 27 additions and 5 deletions
|
@ -280,7 +280,7 @@
|
|||
$('.btnQueue', elem).on('click', onQueueButtonClick);
|
||||
$('.btnInstantMix', elem).on('click', onInstantMixButtonClick);
|
||||
$('.btnShuffle', elem).on('click', onShuffleButtonClick);
|
||||
$('.btnPlayTrailer', elem).on('click', onShuffleButtonClick);
|
||||
$('.btnPlayTrailer', elem).on('click', onTrailerButtonClick);
|
||||
});
|
||||
|
||||
e.preventDefault();
|
||||
|
@ -353,6 +353,7 @@
|
|||
var elems = '.backdropPosterItem,.smallBackdropPosterItem,.portraitPosterItem,.squarePosterItem,.miniBackdropPosterItem';
|
||||
|
||||
if ($.browser.mobile) {
|
||||
|
||||
this.off('contextmenu.posterItemMenu', elems)
|
||||
.on('contextmenu.posterItemMenu', elems, onPosterItemTapHold);
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue