mirror of
https://github.com/jellyfin/jellyfin.git
synced 2025-12-22 08:45:23 +03:00
rework live stream creation
This commit is contained in:
@@ -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);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user