mirror of
https://github.com/jellyfin/jellyfin.git
synced 2025-12-18 06:53:07 +03:00
Implement EnableThrottling migration for pre-10.5.0 to 10.5.0 or newer
This commit is contained in:
@@ -182,6 +182,7 @@ namespace Jellyfin.Server
|
||||
// A bit hacky to re-use service provider since ASP.NET doesn't allow a custom service collection.
|
||||
appHost.ServiceProvider = host.Services;
|
||||
appHost.FindParts();
|
||||
appHost.TryMigrate();
|
||||
|
||||
try
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user