1
0
Fork 0
mirror of https://github.com/jellyfin/jellyfin-web synced 2025-03-30 19:56:21 +00:00

add + button to song lists

This commit is contained in:
Luke Pulverenti 2017-01-12 14:50:38 -05:00
parent dc02d75161
commit 3ed10f65e5
12 changed files with 76 additions and 16 deletions

View file

@ -1260,7 +1260,8 @@
action: 'playallfromhere',
image: false,
artist: 'auto',
containerAlbumArtist: item.AlbumArtist
containerAlbumArtist: item.AlbumArtist,
queueButton: true
});
isList = true;
}