Start startup tasks async
This commit is contained in:
@@ -425,7 +425,7 @@ namespace Emby.Server.Implementations.Devices
|
||||
_logger = logger;
|
||||
}
|
||||
|
||||
public async void Run()
|
||||
public async Task RunAsync()
|
||||
{
|
||||
if (!_config.Configuration.CameraUploadUpgraded && _config.Configuration.IsStartupWizardCompleted)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user