aboutsummaryrefslogtreecommitdiff
path: root/MediaBrowser.Controller/Library
diff options
context:
space:
mode:
authorLuke <luke.pulverenti@gmail.com>2016-02-11 13:41:22 -0500
committerLuke <luke.pulverenti@gmail.com>2016-02-11 13:41:22 -0500
commit4a1d01be030e5ffb4e367597c7beabaa4e4da887 (patch)
treec42dfd5f233e5eafc560c5bc1a60a2edb1b574cd /MediaBrowser.Controller/Library
parent46a6194516d0445da943ead5a31b72bb25eb6663 (diff)
parent9e8d35dadc2859d39c3daab98458fd9d1be03865 (diff)
Merge pull request #1441 from MediaBrowser/dev
merge from dev
Diffstat (limited to 'MediaBrowser.Controller/Library')
-rw-r--r--MediaBrowser.Controller/Library/ILibraryManager.cs1
1 files changed, 0 insertions, 1 deletions
diff --git a/MediaBrowser.Controller/Library/ILibraryManager.cs b/MediaBrowser.Controller/Library/ILibraryManager.cs
index 3b45d7764..1c515edd5 100644
--- a/MediaBrowser.Controller/Library/ILibraryManager.cs
+++ b/MediaBrowser.Controller/Library/ILibraryManager.cs
@@ -329,7 +329,6 @@ namespace MediaBrowser.Controller.Library
/// <param name="parentId">The parent identifier.</param>
/// <param name="viewType">Type of the view.</param>
/// <param name="sortName">Name of the sort.</param>
- /// <param name="uniqueId">The unique identifier.</param>
/// <param name="cancellationToken">The cancellation token.</param>
/// <returns>Task&lt;UserView&gt;.</returns>
Task<UserView> GetNamedView(User user,