mirror of
https://github.com/jellyfin/jellyfin-web
synced 2025-03-30 19:56:21 +00:00
update dialogs
This commit is contained in:
parent
44d840d483
commit
dc69bc6055
23 changed files with 300 additions and 210 deletions
|
@ -61,7 +61,7 @@ define(['css!./indicators.css', 'material-icons'], function () {
|
|||
}
|
||||
|
||||
if (userData.PlayedPercentage && userData.PlayedPercentage >= 100 || (userData.Played)) {
|
||||
return '<div class="playedIndicator indicator"><i class="md-icon">check</i></div>';
|
||||
return '<div class="playedIndicator indicator"><i class="md-icon"></i></div>';
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue