display songs on ibn page

pull/702/head
Luke Pulverenti 12 years ago
parent 841aab04c7
commit 08240b86e5

@ -79,7 +79,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()
}; };

@ -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(),

@ -75,7 +75,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()
}; };

Loading…
Cancel
Save