update sat discovery

This commit is contained in:
Luke Pulverenti
2016-02-19 01:20:18 -05:00
parent bc6e47c30a
commit e096a400cd
9 changed files with 399 additions and 165 deletions

View File

@@ -46,6 +46,9 @@ namespace MediaBrowser.Controller.LiveTv
/// <param name="cancellationToken">The cancellation token.</param>
/// <returns>Task&lt;List&lt;MediaSourceInfo&gt;&gt;.</returns>
Task<List<MediaSourceInfo>> GetChannelStreamMediaSources(string channelId, CancellationToken cancellationToken);
}
public interface IConfigurableTunerHost
{
/// <summary>
/// Validates the specified information.
/// </summary>