mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-04-20 17:14:42 +01:00
Start startup tasks async
This commit is contained in:
@@ -1,4 +1,5 @@
|
||||
using System;
|
||||
using System.Threading.Tasks;
|
||||
|
||||
namespace MediaBrowser.Controller.Plugins
|
||||
{
|
||||
@@ -10,7 +11,7 @@ namespace MediaBrowser.Controller.Plugins
|
||||
/// <summary>
|
||||
/// Runs this instance.
|
||||
/// </summary>
|
||||
void Run();
|
||||
Task RunAsync();
|
||||
}
|
||||
|
||||
public interface IRunBeforeStartup
|
||||
|
||||
Reference in New Issue
Block a user