From 08240b86e5a9e7cc20698c1d7c0d1a36d48f360a Mon Sep 17 00:00:00 2001 From: Luke Pulverenti Date: Fri, 19 Apr 2013 20:44:35 -0400 Subject: [PATCH] display songs on ibn page --- MediaBrowser.Api/UserLibrary/GenresService.cs | 2 +- MediaBrowser.Api/UserLibrary/PersonsService.cs | 2 +- MediaBrowser.Api/UserLibrary/StudiosService.cs | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/MediaBrowser.Api/UserLibrary/GenresService.cs b/MediaBrowser.Api/UserLibrary/GenresService.cs index 19c5ef86fe..4f87b154e5 100644 --- a/MediaBrowser.Api/UserLibrary/GenresService.cs +++ b/MediaBrowser.Api/UserLibrary/GenresService.cs @@ -79,7 +79,7 @@ namespace MediaBrowser.Api.UserLibrary GameCount = items.OfType().Count(), - SongCount = items.OfType().Count(), + SongCount = items.OfType