mirror of
https://github.com/Kareadita/Kavita.git
synced 2025-07-09 03:04:19 -04:00
Removed a leftover code for async
This commit is contained in:
parent
a5069158fa
commit
c312e0706f
@ -66,7 +66,7 @@ namespace API.Services.Tasks
|
||||
|
||||
//[DisableConcurrentExecution(5)]
|
||||
[AutomaticRetry(Attempts = 0, LogEvents = false, OnAttemptsExceeded = AttemptsExceededAction.Delete)]
|
||||
public async void ScanLibrary(int libraryId, bool forceUpdate)
|
||||
public void ScanLibrary(int libraryId, bool forceUpdate)
|
||||
{
|
||||
_forceUpdate = forceUpdate;
|
||||
var sw = Stopwatch.StartNew();
|
||||
|
Loading…
x
Reference in New Issue
Block a user