1
0
Fork 0
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:
Luke Pulverenti 2013-05-07 09:06:01 -04:00
parent d7f897576f
commit 7dffb8aa3a
3 changed files with 5 additions and 5 deletions

View file

@ -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>';