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

add new image params

This commit is contained in:
Luke Pulverenti 2014-11-30 14:01:33 -05:00
parent c393e5345d
commit bdb44814f1
24 changed files with 85 additions and 42 deletions

View file

@ -1575,7 +1575,7 @@
}
if (item.Type != 'TvChannel') {
if (item.UserData.PlayedPercentage >= 100 || (item.UserData && item.UserData.Played)) {
if (item.UserData.PlayedPercentage && item.UserData.PlayedPercentage >= 100 || (item.UserData && item.UserData.Played)) {
return '<div class="playedIndicator"><div class="ui-icon-check ui-btn-icon-notext"></div></div>';
}
}