diff options
| author | Luke Pulverenti <luke.pulverenti@gmail.com> | 2016-02-11 13:29:42 -0500 |
|---|---|---|
| committer | Luke Pulverenti <luke.pulverenti@gmail.com> | 2016-02-11 13:29:42 -0500 |
| commit | 9e8d35dadc2859d39c3daab98458fd9d1be03865 (patch) | |
| tree | d592e66201771359cecf28d3ab58f4ed32f7838e /MediaBrowser.Controller/Library/ILibraryManager.cs | |
| parent | 232d0eb14c10003a98b33c1d9c7a26c69f852d21 (diff) | |
update recording sync fields
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, |
