mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-07-04 05:12:51 +01:00
post release housecleaning
This commit is contained in:
@@ -296,7 +296,7 @@ namespace MediaBrowser.Api
|
||||
// TODO: Lower this hls timeout
|
||||
var timerDuration = job.Type == TranscodingJobType.Progressive ?
|
||||
1000 :
|
||||
7200000;
|
||||
1800000;
|
||||
|
||||
if (job.KillTimer == null)
|
||||
{
|
||||
|
||||
@@ -123,7 +123,7 @@ namespace MediaBrowser.Api
|
||||
|
||||
public void Post(AutoSetMetadataOptions request)
|
||||
{
|
||||
_configurationManager.DisableMetadataService("Media Browser Xml");
|
||||
_configurationManager.DisableMetadataService("Emby Xml");
|
||||
_configurationManager.SaveConfiguration();
|
||||
}
|
||||
|
||||
|
||||
@@ -42,7 +42,7 @@ namespace MediaBrowser.Api.Playback
|
||||
|
||||
var options = GetOptions();
|
||||
|
||||
if (options.EnableThrottling && IsThrottleAllowed(_job, options.ThrottleThresholdSeconds))
|
||||
if (/*options.EnableThrottling &&*/ IsThrottleAllowed(_job, options.ThrottleThresholdSeconds))
|
||||
{
|
||||
PauseTranscoding();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user