|
@@ -47,11 +47,6 @@ namespace Jellyfin.Api.Models.StreamingDtos
|
|
}
|
|
}
|
|
}
|
|
}
|
|
|
|
|
|
- /// <summary>
|
|
|
|
- /// Gets or sets the transcoding throttler.
|
|
|
|
- /// </summary>
|
|
|
|
- public TranscodingThrottler? TranscodingThrottler { get; set; }
|
|
|
|
-
|
|
|
|
/// <summary>
|
|
/// <summary>
|
|
/// Gets the video request.
|
|
/// Gets the video request.
|
|
/// </summary>
|
|
/// </summary>
|
|
@@ -191,11 +186,8 @@ namespace Jellyfin.Api.Models.StreamingDtos
|
|
{
|
|
{
|
|
_mediaSourceManager.CloseLiveStream(MediaSource.LiveStreamId).GetAwaiter().GetResult();
|
|
_mediaSourceManager.CloseLiveStream(MediaSource.LiveStreamId).GetAwaiter().GetResult();
|
|
}
|
|
}
|
|
-
|
|
|
|
- TranscodingThrottler?.Dispose();
|
|
|
|
}
|
|
}
|
|
|
|
|
|
- TranscodingThrottler = null;
|
|
|
|
TranscodingJob = null;
|
|
TranscodingJob = null;
|
|
|
|
|
|
_disposed = true;
|
|
_disposed = true;
|