updated nuget
This commit is contained in:
@@ -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) {
|
||||
|
||||
|
||||
Reference in New Issue
Block a user