1
0
Fork 0
mirror of https://github.com/jellyfin/jellyfin-web synced 2025-03-30 19:56:21 +00:00

added unidentified indicators

This commit is contained in:
Luke Pulverenti 2014-02-28 23:12:56 -05:00
parent e7a8a5930b
commit 08921bdaaf
4 changed files with 30 additions and 21 deletions

View file

@ -906,6 +906,10 @@
html += LibraryBrowser.getPlayedIndicatorHtml(item);
}
if (item.IsUnidentified) {
html += '<div class="unidentifiedIndicator"><div class="ui-icon-alert ui-btn-icon-notext"></div></div>';
}
if (!options.overlayText) {
if (progressHtml) {