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

3.0.5666.3

This commit is contained in:
Luke Pulverenti 2015-07-09 08:31:47 -04:00
parent ddb3bd5b3b
commit 568fabb9ca

View file

@ -32,7 +32,7 @@
setInitialCollapsibleState(page, item, context, user);
renderDetails(page, item, context);
if (item.Type == 'MusicAlbum' || item.Type == 'Season1') {
if (item.Type == 'MusicAlbum1' || item.Type == 'Season1') {
Backdrops.setBackdrops(page, [item]);
$('#itemBackdrop', page).addClass('noBackdrop').css('background-image', 'none');
} else {