diff options
| author | Luke <luke.pulverenti@gmail.com> | 2016-02-11 13:41:22 -0500 |
|---|---|---|
| committer | Luke <luke.pulverenti@gmail.com> | 2016-02-11 13:41:22 -0500 |
| commit | 4a1d01be030e5ffb4e367597c7beabaa4e4da887 (patch) | |
| tree | c42dfd5f233e5eafc560c5bc1a60a2edb1b574cd /MediaBrowser.Controller/Library/ILibraryManager.cs | |
| parent | 46a6194516d0445da943ead5a31b72bb25eb6663 (diff) | |
| parent | 9e8d35dadc2859d39c3daab98458fd9d1be03865 (diff) | |
Merge pull request #1441 from MediaBrowser/dev
merge from dev
Diffstat (limited to 'MediaBrowser.Controller/Library/ILibraryManager.cs')
| -rw-r--r-- | MediaBrowser.Controller/Library/ILibraryManager.cs | 1 |
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<UserView>.</returns> Task<UserView> GetNamedView(User user, |
