Removed a leftover code for async

This commit is contained in:
Joseph Milazzo 2021-03-17 18:07:10 -05:00
parent a5069158fa
commit c312e0706f

View File

@ -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();