mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-02-11 23:22:25 +00:00
update closing of streams
This commit is contained in:
@@ -150,7 +150,7 @@ namespace MediaBrowser.Server.Implementations.Sync
|
||||
}
|
||||
}
|
||||
|
||||
public Task CloseMediaSource(string liveStreamId, CancellationToken cancellationToken)
|
||||
public Task CloseMediaSource(string liveStreamId)
|
||||
{
|
||||
throw new NotImplementedException();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user