mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-07-18 20:24:20 +01:00
update live stream management
This commit is contained in:
@@ -59,8 +59,8 @@ namespace MediaBrowser.Controller.LiveTv
|
||||
|
||||
public interface ILiveStream
|
||||
{
|
||||
Task Open(CancellationToken cancellationToken);
|
||||
Task Close();
|
||||
Task Open(CancellationToken openCancellationToken);
|
||||
void Close();
|
||||
int ConsumerCount { get; }
|
||||
string OriginalStreamId { get; set; }
|
||||
bool EnableStreamSharing { get; set; }
|
||||
|
||||
Reference in New Issue
Block a user