From 14d8f48f31c0ea8fa507bbf38d9ee5db63d02ed3 Mon Sep 17 00:00:00 2001 From: Luke Pulverenti Date: Sun, 20 Oct 2013 21:51:57 -0400 Subject: [PATCH] add filters to item by name query --- MediaBrowser.Api/LibraryService.cs | 54 +++++++++++++++++-- .../Library/ILibraryManager.cs | 7 --- .../Querying/ItemsByNameQuery.cs | 7 +++ Nuget/MediaBrowser.Common.Internal.nuspec | 4 +- Nuget/MediaBrowser.Common.nuspec | 2 +- Nuget/MediaBrowser.Server.Core.nuspec | 4 +- 6 files changed, 62 insertions(+), 16 deletions(-) diff --git a/MediaBrowser.Api/LibraryService.cs b/MediaBrowser.Api/LibraryService.cs index 89f082b63c..57bc534960 100644 --- a/MediaBrowser.Api/LibraryService.cs +++ b/MediaBrowser.Api/LibraryService.cs @@ -345,8 +345,6 @@ namespace MediaBrowser.Api var songs = items.OfType