diff options
Diffstat (limited to 'MediaBrowser.Api/UserLibrary/GenresService.cs')
| -rw-r--r-- | MediaBrowser.Api/UserLibrary/GenresService.cs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/MediaBrowser.Api/UserLibrary/GenresService.cs b/MediaBrowser.Api/UserLibrary/GenresService.cs index 19c5ef86f..4f87b154e 100644 --- a/MediaBrowser.Api/UserLibrary/GenresService.cs +++ b/MediaBrowser.Api/UserLibrary/GenresService.cs @@ -79,7 +79,7 @@ namespace MediaBrowser.Api.UserLibrary GameCount = items.OfType<BaseGame>().Count(), - SongCount = items.OfType<AudioCodecs>().Count(), + SongCount = items.OfType<Audio>().Count(), AlbumCount = items.OfType<MusicAlbum>().Count() }; |
