mirror of
https://github.com/jellyfin/jellyfin-web
synced 2025-03-30 19:56:21 +00:00
added detail page indicator for missing
This commit is contained in:
parent
55ff795d36
commit
b1901ee91e
26 changed files with 122 additions and 91 deletions
|
@ -861,12 +861,6 @@
|
|||
return '';
|
||||
}
|
||||
|
||||
if (item.Type == "Season") {
|
||||
if (item.RecursiveUnplayedItemCount) {
|
||||
return '<div class="posterRibbon">' + item.RecursiveUnplayedItemCount + ' New</div>';
|
||||
}
|
||||
}
|
||||
|
||||
if (item.Type == "Series") {
|
||||
if (item.RecursiveUnplayedItemCount && item.PlayedPercentage) {
|
||||
return '<div class="posterRibbon">' + item.RecursiveUnplayedItemCount + ' New</div>';
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue