mirror of
https://github.com/jellyfin/jellyfin-web
synced 2025-03-30 19:56:21 +00:00
updated nuget
This commit is contained in:
parent
5591ef85f1
commit
68bcc4d83d
1 changed files with 8 additions and 0 deletions
|
@ -1336,6 +1336,10 @@
|
|||
|
||||
return true;
|
||||
}
|
||||
if (imageTags.BoxRear) {
|
||||
|
||||
return true;
|
||||
}
|
||||
|
||||
if (item.BackdropImageTags && item.BackdropImageTags.length) {
|
||||
return true;
|
||||
|
@ -1383,6 +1387,10 @@
|
|||
|
||||
html += LibraryBrowser.createGalleryImage(item, "Box", imageTags.Box);
|
||||
}
|
||||
if (imageTags.BoxRear) {
|
||||
|
||||
html += LibraryBrowser.createGalleryImage(item, "Box", imageTags.BoxRear);
|
||||
}
|
||||
|
||||
if (item.BackdropImageTags) {
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue