From 2c22db8b8d42e42a0575e0c2d9366f47f9ee7a24 Mon Sep 17 00:00:00 2001 From: Luke Pulverenti Date: Tue, 16 Jul 2013 14:47:05 -0400 Subject: Added an adult video entity --- MediaBrowser.Api/UserLibrary/GenresService.cs | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'MediaBrowser.Api/UserLibrary/GenresService.cs') diff --git a/MediaBrowser.Api/UserLibrary/GenresService.cs b/MediaBrowser.Api/UserLibrary/GenresService.cs index 4c383f0d7..7d434aef0 100644 --- a/MediaBrowser.Api/UserLibrary/GenresService.cs +++ b/MediaBrowser.Api/UserLibrary/GenresService.cs @@ -169,7 +169,9 @@ namespace MediaBrowser.Api.UserLibrary SeriesCount = items.OfType().Count(), - GameCount = items.OfType().Count() + GameCount = items.OfType().Count(), + + AdultVideoCount = items.OfType().Count() }; return ToOptimizedResult(counts); -- cgit v1.2.3