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:
parent
dfec6b307b
commit
1e6afbaffa
2 changed files with 7 additions and 6 deletions
|
@ -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;
|
||||
}
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue