aboutsummaryrefslogtreecommitdiff
path: root/Emby.Server.Implementations/LiveTv/LiveTvManager.cs
diff options
context:
space:
mode:
authorLuke Pulverenti <luke.pulverenti@gmail.com>2017-09-28 13:02:49 -0400
committerLuke Pulverenti <luke.pulverenti@gmail.com>2017-09-28 13:02:49 -0400
commit2e0e1697a8d8ed93669ffdda8e01c0c370e4c6c6 (patch)
tree631c6ea4a28cd38362a33ec40d824ce76092f063 /Emby.Server.Implementations/LiveTv/LiveTvManager.cs
parent2300026e84dcdbcb8b0edcc1315df3e524321909 (diff)
rework live stream creation
Diffstat (limited to 'Emby.Server.Implementations/LiveTv/LiveTvManager.cs')
-rw-r--r--Emby.Server.Implementations/LiveTv/LiveTvManager.cs2
1 files changed, 1 insertions, 1 deletions
diff --git a/Emby.Server.Implementations/LiveTv/LiveTvManager.cs b/Emby.Server.Implementations/LiveTv/LiveTvManager.cs
index 38d2fd3c6..857afa378 100644
--- a/Emby.Server.Implementations/LiveTv/LiveTvManager.cs
+++ b/Emby.Server.Implementations/LiveTv/LiveTvManager.cs
@@ -78,7 +78,7 @@ namespace Emby.Server.Implementations.LiveTv
return EmbyTV.EmbyTV.Current.GetActiveRecordingPath(id);
}
- public Task<LiveStream> GetEmbyTvLiveStream(string id)
+ public Task<ILiveStream> GetEmbyTvLiveStream(string id)
{
return EmbyTV.EmbyTV.Current.GetLiveStream(id);
}