mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-09-01 03:30:06 +00:00
update hdhr udp stream
This commit is contained in:
parent
c071ec551b
commit
7d3aa60db0
5 changed files with 187 additions and 18 deletions
|
|
@ -369,6 +369,8 @@ namespace Emby.Server.Implementations.Library
|
|||
{
|
||||
await _liveStreamSemaphore.WaitAsync(cancellationToken).ConfigureAwait(false);
|
||||
|
||||
enableAutoClose = false;
|
||||
|
||||
try
|
||||
{
|
||||
var tuple = GetProvider(request.OpenToken);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue