mirror of
https://github.com/jellyfin/jellyfin-web
synced 2025-03-30 19:56:21 +00:00
Added IsInstalledOnClient to Game
This commit is contained in:
parent
420173688e
commit
557a6c142f
1 changed files with 1 additions and 1 deletions
|
@ -392,7 +392,7 @@
|
|||
$('#fldPlayers', page).hide();
|
||||
}
|
||||
|
||||
if (item.Type == "Movie" || item.Type == "Trailer" || item.Type == "MusicVideo") {
|
||||
if (item.Type == "Movie" || item.Type == "Trailer" || item.Type == "MusicVideo" || item.Type == "Series" || item.Type == "Game") {
|
||||
$('#fldCriticRating', page).show();
|
||||
$('#fldCriticRatingSummary', page).show();
|
||||
$('#fldRottenTomatoes', page).show();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue