stub out sat channel scan

This commit is contained in:
Luke Pulverenti
2016-03-31 15:32:26 -04:00
parent e13fcb3cd4
commit 54de1b744b
5 changed files with 45 additions and 1 deletions

View File

@@ -383,5 +383,7 @@ namespace MediaBrowser.Controller.LiveTv
/// </summary>
/// <returns>List&lt;NameValuePair&gt;.</returns>
List<NameValuePair> GetSatIniMappings();
Task<List<ChannelInfo>> GetSatChannelScanResult(TunerHostInfo info, CancellationToken cancellationToken);
}
}