mirror of
https://github.com/jellyfin/jellyfin-web
synced 2025-03-30 19:56:21 +00:00
updated servicestack to 3.9.44
This commit is contained in:
parent
d7f897576f
commit
7dffb8aa3a
3 changed files with 5 additions and 5 deletions
|
@ -836,9 +836,9 @@
|
|||
if ((item.Type == "Movie" || item.Type == "Trailer") && item.CriticRating != null) {
|
||||
|
||||
if (item.CriticRating >= 60) {
|
||||
html += '<div class="fresh rottentomatoesicon"></div>';
|
||||
html += '<div class="fresh rottentomatoesicon" title="fresh"></div>';
|
||||
} else {
|
||||
html += '<div class="rotten rottentomatoesicon"></div>';
|
||||
html += '<div class="rotten rottentomatoesicon" title="rotten"></div>';
|
||||
}
|
||||
|
||||
html += '<div class="criticRating">' + item.CriticRating + '%</div>';
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue