|
@@ -102,7 +102,7 @@ namespace MediaBrowser.Api.UserLibrary
|
|
|
|
|
|
GameCount = items.OfType<BaseGame>().Count(),
|
|
GameCount = items.OfType<BaseGame>().Count(),
|
|
|
|
|
|
- SongCount = items.OfType<AudioCodecs>().Count(),
|
|
|
|
|
|
+ SongCount = items.OfType<Audio>().Count(),
|
|
|
|
|
|
AlbumCount = items.OfType<MusicAlbum>().Count(),
|
|
AlbumCount = items.OfType<MusicAlbum>().Count(),
|
|
|
|
|