Merge branch 'master' into bdiso-playback

This commit is contained in:
Stan
2020-10-28 13:18:05 +01:00
committed by GitHub
309 changed files with 4116 additions and 7046 deletions

View File

@@ -740,10 +740,7 @@ namespace Jellyfin.Api.Helpers
/// <param name="state">The state.</param>
private void OnFfMpegProcessExited(Process process, TranscodingJobDto job, StreamState state)
{
if (job != null)
{
job.HasExited = true;
}
job.HasExited = true;
_logger.LogDebug("Disposing stream resources");
state.Dispose();