From 4aa959c1e266442804b6961aeb2d09f4b812f744 Mon Sep 17 00:00:00 2001 From: Luke Pulverenti Date: Tue, 30 Sep 2014 00:47:30 -0400 Subject: display trailers within suggestions --- MediaBrowser.Api/Library/LibraryService.cs | 1 - 1 file changed, 1 deletion(-) (limited to 'MediaBrowser.Api/Library/LibraryService.cs') diff --git a/MediaBrowser.Api/Library/LibraryService.cs b/MediaBrowser.Api/Library/LibraryService.cs index 34b930a6a..acb3f7835 100644 --- a/MediaBrowser.Api/Library/LibraryService.cs +++ b/MediaBrowser.Api/Library/LibraryService.cs @@ -421,7 +421,6 @@ namespace MediaBrowser.Api.Library MovieCount = movies.Count, SeriesCount = series.Count, SongCount = songs.Count, - TrailerCount = filteredItems.OfType().Count(), MusicVideoCount = musicVideos.Count, AdultVideoCount = adultVideos.Count, BoxSetCount = boxsets.Count, -- cgit v1.2.3