update channel settings

This commit is contained in:
Luke Pulverenti
2015-08-14 15:14:54 -04:00
parent 45c8f51a9c
commit 9c879eefc3
5 changed files with 8 additions and 9 deletions

View File

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