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/PersonsService.cs | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'MediaBrowser.Api/UserLibrary/PersonsService.cs') diff --git a/MediaBrowser.Api/UserLibrary/PersonsService.cs b/MediaBrowser.Api/UserLibrary/PersonsService.cs index 2a6edae2c..d5134de0a 100644 --- a/MediaBrowser.Api/UserLibrary/PersonsService.cs +++ b/MediaBrowser.Api/UserLibrary/PersonsService.cs @@ -168,7 +168,9 @@ namespace MediaBrowser.Api.UserLibrary EpisodeCount = items.OfType().Count(), - MusicVideoCount = items.OfType().Count() + MusicVideoCount = items.OfType().Count(), + + AdultVideoCount = items.OfType().Count() }; return ToOptimizedResult(counts); -- cgit v1.2.3