mirror of
https://github.com/jellyfin/jellyfin-web
synced 2025-03-30 19:56:21 +00:00
update text on metadata pages
This commit is contained in:
parent
24f25b87f1
commit
a26e99cf5d
3 changed files with 5 additions and 2 deletions
|
@ -850,6 +850,9 @@
|
|||
|
||||
}
|
||||
|
||||
if (item.IsFolder) {
|
||||
return '';
|
||||
}
|
||||
return '<div class="posterRibbon missingPosterRibbon">Missing</div>';
|
||||
},
|
||||
getNewIndicatorHtml: function (item) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue