mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-06-27 01:50:53 +01:00
Merge pull request #5276 from Bond-009/minor12
This commit is contained in:
@@ -32,7 +32,7 @@ namespace Jellyfin.Server.Migrations.Routines
|
||||
public void Perform()
|
||||
{
|
||||
// Set EnableThrottling to false since it wasn't used before and may introduce issues
|
||||
var encoding = _configManager.GetConfiguration<EncodingOptions>("encoding");
|
||||
var encoding = _configManager.GetEncodingOptions();
|
||||
if (encoding.EnableThrottling)
|
||||
{
|
||||
_logger.LogInformation("Disabling transcoding throttling during migration");
|
||||
|
||||
Reference in New Issue
Block a user