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
|
@ -147,7 +147,7 @@
|
|||
border-radius: 4px;
|
||||
padding: 3px 5px;
|
||||
font-size: 13px;
|
||||
margin: 0 5px 0 0;
|
||||
margin: 0 5px 5px 0;
|
||||
}
|
||||
|
||||
|
||||
|
|
|
@ -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>';
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<packages>
|
||||
<package id="MediaBrowser.ApiClient.Javascript" version="3.0.99" targetFramework="net45" />
|
||||
<package id="ServiceStack.Common" version="3.9.43" targetFramework="net45" />
|
||||
<package id="ServiceStack.Text" version="3.9.43" targetFramework="net45" />
|
||||
<package id="ServiceStack.Common" version="3.9.44" targetFramework="net45" />
|
||||
<package id="ServiceStack.Text" version="3.9.44" targetFramework="net45" />
|
||||
</packages>
|
Loading…
Add table
Add a link
Reference in a new issue