mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-04-21 17:44:43 +01:00
get to the tray icon a little quicker
This commit is contained in:
@@ -180,8 +180,6 @@ namespace MediaBrowser.Common.Implementations
|
||||
await RegisterResources().ConfigureAwait(false);
|
||||
|
||||
FindParts();
|
||||
|
||||
await RunStartupTasks().ConfigureAwait(false);
|
||||
}
|
||||
|
||||
protected virtual void OnLoggerLoaded()
|
||||
@@ -193,7 +191,7 @@ namespace MediaBrowser.Common.Implementations
|
||||
/// Runs the startup tasks.
|
||||
/// </summary>
|
||||
/// <returns>Task.</returns>
|
||||
protected virtual Task RunStartupTasks()
|
||||
public virtual Task RunStartupTasks()
|
||||
{
|
||||
return Task.Run(() =>
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user