Removed a leftover code for async
This commit is contained in:
parent
a5069158fa
commit
c312e0706f
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue