mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-02-18 02:22:24 +00:00
update hls stop
This commit is contained in:
@@ -349,7 +349,7 @@ namespace MediaBrowser.Api
|
||||
|
||||
if (job.Type != TranscodingJobType.Progressive)
|
||||
{
|
||||
timerDuration = 1800000;
|
||||
timerDuration = 60000;
|
||||
}
|
||||
|
||||
job.PingTimeout = timerDuration;
|
||||
|
||||
Reference in New Issue
Block a user