rework live stream creation

This commit is contained in:
Luke Pulverenti
2017-09-28 13:04:06 -04:00
parent 2e0e1697a8
commit 539fecd08b
9 changed files with 16 additions and 101 deletions

View File

@@ -383,7 +383,7 @@ namespace MediaBrowser.Controller.LiveTv
event EventHandler<GenericEventArgs<TimerEventInfo>> SeriesTimerCreated;
string GetEmbyTvActiveRecordingPath(string id);
Task<LiveStream> GetEmbyTvLiveStream(string id);
Task<ILiveStream> GetEmbyTvLiveStream(string id);
ActiveRecordingInfo GetActiveRecordingInfo(string path);