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

support manual downloading of studio images

This commit is contained in:
Luke Pulverenti 2013-12-29 01:36:13 -05:00
parent dfec6b307b
commit 1e6afbaffa
2 changed files with 7 additions and 6 deletions

View file

@ -843,10 +843,8 @@
else {
if (item.Name && options.showTitle) {
imgUrl = 'css/images/items/list/collection.png';
background = LibraryBrowser.getMetroColor(item.Id);
} else {
background = defaultBackground;
}
background = defaultBackground;
}