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:
parent
e3d0113106
commit
f41de12af4
3 changed files with 6 additions and 6 deletions
|
@ -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 {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue