diff --git a/MediaBrowser.Api/LibraryService.cs b/MediaBrowser.Api/LibraryService.cs index c885a3981f..0f15124a5f 100644 --- a/MediaBrowser.Api/LibraryService.cs +++ b/MediaBrowser.Api/LibraryService.cs @@ -320,13 +320,17 @@ namespace MediaBrowser.Api AlbumCount = items.OfType().Count(), EpisodeCount = items.OfType().Count(), GameCount = items.OfType().Count(), + GameSystemCount = items.OfType().Count(), MovieCount = items.OfType().Count(), SeriesCount = items.OfType().Count(), SongCount = items.OfType