aboutsummaryrefslogtreecommitdiff
path: root/MediaBrowser.Api/UserLibrary/PersonsService.cs
diff options
context:
space:
mode:
authorLuke Pulverenti <luke.pulverenti@gmail.com>2013-04-19 20:44:35 -0400
committerLuke Pulverenti <luke.pulverenti@gmail.com>2013-04-19 20:44:35 -0400
commit08240b86e5a9e7cc20698c1d7c0d1a36d48f360a (patch)
treee28bce9aa0c6902a2d4aeb2e197c586bf07fa3a3 /MediaBrowser.Api/UserLibrary/PersonsService.cs
parent841aab04c74ac88cd513e9775973aee195671e78 (diff)
display songs on ibn page
Diffstat (limited to 'MediaBrowser.Api/UserLibrary/PersonsService.cs')
-rw-r--r--MediaBrowser.Api/UserLibrary/PersonsService.cs2
1 files changed, 1 insertions, 1 deletions
diff --git a/MediaBrowser.Api/UserLibrary/PersonsService.cs b/MediaBrowser.Api/UserLibrary/PersonsService.cs
index 93443db68..fb623e953 100644
--- a/MediaBrowser.Api/UserLibrary/PersonsService.cs
+++ b/MediaBrowser.Api/UserLibrary/PersonsService.cs
@@ -102,7 +102,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(),