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

updated nuget

This commit is contained in:
Luke Pulverenti 2013-04-28 21:27:01 -04:00
parent 5591ef85f1
commit 68bcc4d83d

View file

@ -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) {