mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-06-12 10:40:24 +01:00
support progress bar while splash window is up
This commit is contained in:
@@ -129,8 +129,9 @@ namespace MediaBrowser.Common
|
||||
/// <summary>
|
||||
/// Inits this instance.
|
||||
/// </summary>
|
||||
/// <param name="progress">The progress.</param>
|
||||
/// <returns>Task.</returns>
|
||||
Task Init();
|
||||
Task Init(IProgress<double> progress);
|
||||
|
||||
/// <summary>
|
||||
/// Creates the instance.
|
||||
|
||||
Reference in New Issue
Block a user