mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-07-16 03:03:40 +01:00
Merge pull request #736 from Bond-009/startasync
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