1
0
Fork 0
mirror of https://github.com/jellyfin/jellyfin-web synced 2025-03-30 19:56:21 +00:00

added GameSystem entity

This commit is contained in:
Luke Pulverenti 2013-09-21 17:00:04 -04:00
parent e3d0113106
commit f41de12af4
3 changed files with 6 additions and 6 deletions

View file

@ -99,7 +99,7 @@
$('#gameTabs', page).show();
}
if (item.Type == "GamePlatform") {
if (item.Type == "GameSystem") {
$('#gameSystemTabs', page).show();
}
@ -501,7 +501,7 @@
else if (item.Type == "MusicAlbum") {
$('#childrenTitle', page).html('Tracks (' + item.ChildCount + ')');
}
else if (item.Type == "GamePlatform") {
else if (item.Type == "GameSystem") {
$('#childrenTitle', page).html('Games (' + item.ChildCount + ')');
}
else {