mirror of
https://github.com/jellyfin/jellyfin.git
synced 2025-12-19 23:35:25 +03:00
type discovery without attributes
This commit is contained in:
@@ -27,13 +27,13 @@ namespace MediaBrowser.Common.ScheduledTasks
|
||||
|
||||
await Task.Delay(1000).ConfigureAwait(false);
|
||||
|
||||
Start();
|
||||
Start(false);
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Stars waiting for the trigger action
|
||||
/// </summary>
|
||||
protected internal abstract void Start();
|
||||
protected internal abstract void Start(bool isApplicationStartup);
|
||||
|
||||
/// <summary>
|
||||
/// Stops waiting for the trigger action
|
||||
|
||||
Reference in New Issue
Block a user