From 69fed2c3765cbc96211a2d21263f8fe4882767a7 Mon Sep 17 00:00:00 2001 From: Luke Pulverenti Date: Mon, 20 Jan 2014 13:46:08 -0500 Subject: #680 - file organization --- MediaBrowser.Controller/FileOrganization/IFileOrganizationService.cs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'MediaBrowser.Controller/FileOrganization') diff --git a/MediaBrowser.Controller/FileOrganization/IFileOrganizationService.cs b/MediaBrowser.Controller/FileOrganization/IFileOrganizationService.cs index 993c04c28..58a612508 100644 --- a/MediaBrowser.Controller/FileOrganization/IFileOrganizationService.cs +++ b/MediaBrowser.Controller/FileOrganization/IFileOrganizationService.cs @@ -1,5 +1,5 @@ using MediaBrowser.Model.FileOrganization; -using System.Collections.Generic; +using MediaBrowser.Model.Querying; using System.Threading; using System.Threading.Tasks; @@ -25,6 +25,6 @@ namespace MediaBrowser.Controller.FileOrganization /// /// The query. /// IEnumerable{FileOrganizationResult}. - IEnumerable GetResults(FileOrganizationResultQuery query); + QueryResult GetResults(FileOrganizationResultQuery query); } } -- cgit v1.2.3