update user views

This commit is contained in:
Luke Pulverenti
2015-08-14 14:30:08 -04:00
parent 032891c9f3
commit 45c8f51a9c
6 changed files with 13 additions and 11 deletions

View File

@@ -121,10 +121,9 @@ namespace MediaBrowser.Controller.Channels
/// <summary>
/// Gets the channel folder.
/// </summary>
/// <param name="userId">The user identifier.</param>
/// <param name="cancellationToken">The cancellation token.</param>
/// <returns>BaseItemDto.</returns>
Task<Folder> GetInternalChannelFolder(string userId, CancellationToken cancellationToken);
Task<Folder> GetInternalChannelFolder(CancellationToken cancellationToken);
/// <summary>
/// Gets the channel folder.