mirror of
https://github.com/Caraxi/mare.client.git
synced 2025-12-12 15:07:22 +01:00
fix build
This commit is contained in:
parent
70e60187ab
commit
f2c59bf5ad
1 changed files with 1 additions and 1 deletions
|
|
@ -80,7 +80,7 @@ namespace MareSynchronos.Managers
|
|||
public void StartInitialScan()
|
||||
{
|
||||
_scanCancellationTokenSource = new CancellationTokenSource();
|
||||
_scanTask = Task.Run(() => StartFileScan(_scanCancellationTokenSource.Token));
|
||||
Task.Run(() => StartFileScan(_scanCancellationTokenSource.Token));
|
||||
}
|
||||
|
||||
public void StartWatchers()
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue