mirror of
https://github.com/jellyfin/jellyfin-web
synced 2025-03-30 19:56:21 +00:00
playlist functionality
This commit is contained in:
parent
3cf4603fff
commit
2a9a088a9e
4 changed files with 65 additions and 19 deletions
|
@ -38,13 +38,13 @@
|
|||
if (MediaPlayer.canPlay(item)) {
|
||||
$('#btnPlayMenu', page).show();
|
||||
$('#playButtonShadow', page).show();
|
||||
$('#btnQueueMenu', page).hide();
|
||||
$('#btnQueueMenu', page).show();
|
||||
} else {
|
||||
$('#btnPlayMenu', page).hide();
|
||||
$('#playButtonShadow', page).hide();
|
||||
$('#btnQueueMenu', page).hide();
|
||||
}
|
||||
|
||||
|
||||
if (LibraryBrowser.shouldDisplayGallery(item)) {
|
||||
$('#galleryCollapsible', page).show();
|
||||
} else {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue