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

remove webm messages

This commit is contained in:
Luke Pulverenti 2014-01-22 17:38:55 -05:00
parent 0cadf2308a
commit e02f9c8726
4 changed files with 3 additions and 16 deletions

View file

@ -1170,7 +1170,7 @@
if (item.Type == "Channel") {
return '';
}
if (item.Type == "Series" || item.Type == "Season" || item.Type == "BoxSet" || item.MediaType == "Video") {
if (item.Type == "Series" || item.Type == "Season" || item.Type == "BoxSet" || item.MediaType == "Video" || item.MediaType == "Game" || item.MediaType == "Book") {
if (item.RecursiveUnplayedItemCount) {
return '<div class="unplayedIndicator">' + item.RecursiveUnplayedItemCount + '</div>';
}