fixes #1581 - Metadata Manager: Disable display of "MissingTrailer" icon
This commit is contained in:
Binary file not shown.
|
Before Width: | Height: | Size: 1.6 KiB |
@@ -23,7 +23,7 @@
|
||||
}
|
||||
|
||||
.levelNormal {
|
||||
background-color: #4d90fe;
|
||||
background-color: #444;
|
||||
}
|
||||
|
||||
.levelWarning {
|
||||
|
||||
@@ -65,10 +65,6 @@
|
||||
|
||||
htmlName += name;
|
||||
|
||||
if (!item.LocalTrailerCount && item.Type == "Movie") {
|
||||
htmlName += '<img src="css/images/editor/missingtrailer.png" title="' + Globalize.translate('MissingLocalTrailer') + '" />';
|
||||
}
|
||||
|
||||
if (!item.ImageTags || !item.ImageTags.Primary) {
|
||||
htmlName += '<img src="css/images/editor/missingprimaryimage.png" title="' + Globalize.translate('MissingPrimaryImage') + '" />';
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user