mirror of
https://github.com/jellyfin/jellyfin-web
synced 2025-03-30 19:56:21 +00:00
update favorites page
This commit is contained in:
parent
22586c7a8f
commit
ddb3bd5b3b
9 changed files with 265 additions and 65 deletions
|
@ -32,7 +32,7 @@
|
|||
setInitialCollapsibleState(page, item, context, user);
|
||||
renderDetails(page, item, context);
|
||||
|
||||
if (item.Type == 'MusicAlbum1' || item.Type == 'Season1') {
|
||||
if (item.Type == 'MusicAlbum' || item.Type == 'Season1') {
|
||||
Backdrops.setBackdrops(page, [item]);
|
||||
$('#itemBackdrop', page).addClass('noBackdrop').css('background-image', 'none');
|
||||
} else {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue