1
0
Fork 0
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:
Luke Pulverenti 2013-09-22 18:42:21 -04:00
parent 420173688e
commit 557a6c142f

View file

@ -392,7 +392,7 @@
$('#fldPlayers', page).hide(); $('#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(); $('#fldCriticRating', page).show();
$('#fldCriticRatingSummary', page).show(); $('#fldCriticRatingSummary', page).show();
$('#fldRottenTomatoes', page).show(); $('#fldRottenTomatoes', page).show();