1
0
Fork 0
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:
Luke Pulverenti 2013-10-17 00:31:40 -04:00
parent 24f25b87f1
commit a26e99cf5d
3 changed files with 5 additions and 2 deletions

View file

@ -850,6 +850,9 @@
}
if (item.IsFolder) {
return '';
}
return '<div class="posterRibbon missingPosterRibbon">Missing</div>';
},
getNewIndicatorHtml: function (item) {