mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-05-31 21:08:27 +01:00
remove async when there's nothing to await
This commit is contained in:
@@ -1048,7 +1048,7 @@ namespace Emby.Server.Implementations
|
||||
|
||||
SetStaticProperties();
|
||||
|
||||
await ((UserManager)UserManager).Initialize().ConfigureAwait(false);
|
||||
((UserManager)UserManager).Initialize();
|
||||
}
|
||||
|
||||
protected virtual string PackageRuntime
|
||||
|
||||
Reference in New Issue
Block a user