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:
parent
e7a8a5930b
commit
08921bdaaf
4 changed files with 30 additions and 21 deletions
|
@ -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) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue