diff options
| author | Luke Pulverenti <luke.pulverenti@gmail.com> | 2016-03-31 15:32:26 -0400 |
|---|---|---|
| committer | Luke Pulverenti <luke.pulverenti@gmail.com> | 2016-03-31 15:32:26 -0400 |
| commit | 54de1b744b996683fe9209c8ebbd2316290e9eb0 (patch) | |
| tree | 5a62216e1e4e541d2bb7f0045e9b07887fcf0c44 /MediaBrowser.Controller | |
| parent | e13fcb3cd42b67374621d7e02961e4bd335a235f (diff) | |
stub out sat channel scan
Diffstat (limited to 'MediaBrowser.Controller')
| -rw-r--r-- | MediaBrowser.Controller/LiveTv/ILiveTvManager.cs | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/MediaBrowser.Controller/LiveTv/ILiveTvManager.cs b/MediaBrowser.Controller/LiveTv/ILiveTvManager.cs index 56b7a307a..a4bd32fff 100644 --- a/MediaBrowser.Controller/LiveTv/ILiveTvManager.cs +++ b/MediaBrowser.Controller/LiveTv/ILiveTvManager.cs @@ -383,5 +383,7 @@ namespace MediaBrowser.Controller.LiveTv /// </summary> /// <returns>List<NameValuePair>.</returns> List<NameValuePair> GetSatIniMappings(); + + Task<List<ChannelInfo>> GetSatChannelScanResult(TunerHostInfo info, CancellationToken cancellationToken); } } |
