mirror of
https://github.com/jellyfin/jellyfin-web
synced 2025-03-30 19:56:21 +00:00
fixes #1581 - Metadata Manager: Disable display of "MissingTrailer" icon
This commit is contained in:
parent
47720adffd
commit
b96f39bf22
3 changed files with 1 additions and 5 deletions
|
@ -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') + '" />';
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue