mirror of
https://github.com/jellyfin/jellyfin-web
synced 2025-03-30 19:56:21 +00:00
update playlist management
This commit is contained in:
parent
893b492cbb
commit
7a6ac9c251
24 changed files with 121 additions and 79 deletions
|
@ -73,7 +73,6 @@
|
|||
item: item,
|
||||
open: false,
|
||||
play: false,
|
||||
queue: false,
|
||||
playAllFromHere: false,
|
||||
queueAllFromHere: false,
|
||||
positionTo: button,
|
||||
|
@ -1261,7 +1260,7 @@
|
|||
image: false,
|
||||
artist: 'auto',
|
||||
containerAlbumArtist: item.AlbumArtist,
|
||||
queueButton: true
|
||||
addToListButton: true
|
||||
});
|
||||
isList = true;
|
||||
}
|
||||
|
@ -1549,6 +1548,9 @@
|
|||
case 'games':
|
||||
type = 'Game';
|
||||
break;
|
||||
case 'music':
|
||||
type = 'MusicAlbum';
|
||||
break;
|
||||
default:
|
||||
type = 'Movie';
|
||||
break;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue