diff options
| author | Luke Pulverenti <luke.pulverenti@gmail.com> | 2017-10-23 15:14:11 -0400 |
|---|---|---|
| committer | Luke Pulverenti <luke.pulverenti@gmail.com> | 2017-10-23 15:14:11 -0400 |
| commit | 9b71812325f03b8147d7ec13511974856f7daa6a (patch) | |
| tree | 689ba0e9c92d0aa9be103b41db62cae7bb499488 /MediaBrowser.Controller | |
| parent | 141e5b56b0a9c2cdf125314abc68e61dd414bda9 (diff) | |
update live stream management
Diffstat (limited to 'MediaBrowser.Controller')
| -rw-r--r-- | MediaBrowser.Controller/LiveTv/ITunerHost.cs | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/MediaBrowser.Controller/LiveTv/ITunerHost.cs b/MediaBrowser.Controller/LiveTv/ITunerHost.cs index 2019259c56..523eec24ac 100644 --- a/MediaBrowser.Controller/LiveTv/ITunerHost.cs +++ b/MediaBrowser.Controller/LiveTv/ITunerHost.cs @@ -59,8 +59,8 @@ namespace MediaBrowser.Controller.LiveTv public interface ILiveStream { - Task Open(CancellationToken cancellationToken); - Task Close(); + Task Open(CancellationToken openCancellationToken); + void Close(); int ConsumerCount { get; } string OriginalStreamId { get; set; } bool EnableStreamSharing { get; set; } |
