ensure correct image tag is used
This commit is contained in:
@@ -167,7 +167,7 @@
|
||||
|
||||
@media all and (min-width: 650px) {
|
||||
.libraryPage .ui-content {
|
||||
padding: 10px 20px 100px;
|
||||
padding: 0 20px 100px;
|
||||
}
|
||||
|
||||
.viewControls, .listTopPaging {
|
||||
|
||||
@@ -379,7 +379,14 @@
|
||||
|
||||
if (type == 'Backdrop') {
|
||||
options.tag = item.BackdropImageTags[index];
|
||||
} else {
|
||||
}
|
||||
else if (type == 'Screenshot') {
|
||||
options.tag = item.ScreenshotImageTags[index];
|
||||
}
|
||||
else if (type == 'Primary') {
|
||||
options.tag = item.PrimaryImageTag || item.ImageTags[type];
|
||||
}
|
||||
else {
|
||||
options.tag = item.ImageTags[type];
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user