mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-04-21 01:24:44 +01:00
fixes #367 - HLS Stream Fails
This commit is contained in:
@@ -178,7 +178,7 @@ namespace MediaBrowser.Api
|
||||
|
||||
if (job.ActiveRequestCount == 0)
|
||||
{
|
||||
var timerDuration = type == TranscodingJobType.Progressive ? 1000 : 30000;
|
||||
var timerDuration = type == TranscodingJobType.Progressive ? 1000 : 60000;
|
||||
|
||||
if (job.KillTimer == null)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user