diff --git a/dashboard-ui/scripts/librarybrowser.js b/dashboard-ui/scripts/librarybrowser.js index a440a2229a..bd385b12f7 100644 --- a/dashboard-ui/scripts/librarybrowser.js +++ b/dashboard-ui/scripts/librarybrowser.js @@ -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) {