diff --git a/dashboard-ui/games.html b/dashboard-ui/games.html index b95c69ab3..9986985f7 100644 --- a/dashboard-ui/games.html +++ b/dashboard-ui/games.html @@ -17,6 +17,12 @@
' + childText + '
'; } + else if (item.Type == "Game") { + + html += '' + item.GameSystem + '
'; + } else { html += '' + LibraryBrowser.getMiscInfoHtml(item) + '
'; } @@ -1461,57 +1465,7 @@ html += 'Game | '; - - if (options.showGameSystem) { - html += 'Game System | '; - } - - //html += 'Release Year | '; - html += 'Play Count | '; - html += ''; - - html += ' |
---|---|---|---|---|
' + (item.Name || "") + ' | '; - - if (options.showGameSystem) { - html += '' + item.DisplayMediaType + ' | '; - } - - //html += '' + item.ReleaseYear + ' | '; - - html += '' + (item.UserData ? item.UserData.PlayCount : 0) + ' | '; - - html += '' + LibraryBrowser.getUserDataIconsHtml(item) + ' | '; - - html += '