From f8bfe596b4d5731aeb93a12abca3951d4a3de989 Mon Sep 17 00:00:00 2001 From: Luke Pulverenti Date: Wed, 18 Jun 2014 01:16:00 -0400 Subject: channel fixes --- MediaBrowser.Controller/Library/ILibraryManager.cs | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'MediaBrowser.Controller/Library') diff --git a/MediaBrowser.Controller/Library/ILibraryManager.cs b/MediaBrowser.Controller/Library/ILibraryManager.cs index e6f50635b..5f88e0e58 100644 --- a/MediaBrowser.Controller/Library/ILibraryManager.cs +++ b/MediaBrowser.Controller/Library/ILibraryManager.cs @@ -9,7 +9,6 @@ using System.Collections.Generic; using System.IO; using System.Threading; using System.Threading.Tasks; -using MediaBrowser.Model.Querying; namespace MediaBrowser.Controller.Library { @@ -337,10 +336,10 @@ namespace MediaBrowser.Controller.Library /// Gets the named folder. /// /// The name. - /// The type. + /// Type of the view. /// Name of the sort. /// The cancellation token. /// Task{Folder}. - Task GetNamedView(string name, string type, string sortName, CancellationToken cancellationToken); + Task GetNamedView(string name, string viewType, string sortName, CancellationToken cancellationToken); } } \ No newline at end of file -- cgit v1.2.3