Scan issues (#2797)

This commit is contained in:
Joe Milazzo 2024-03-17 18:31:01 -05:00 committed by GitHub
parent a1aefd4d9f
commit 6163f6ca21
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 4 additions and 3 deletions

View File

@ -524,10 +524,11 @@ public class ScannerService : IScannerService
foreach (var pSeries in toProcess)
{
totalFiles += parsedSeries[pSeries].Count;
tasks.Add(_processSeries.ProcessSeriesAsync(parsedSeries[pSeries], library, forceUpdate));
//tasks.Add();
await _processSeries.ProcessSeriesAsync(parsedSeries[pSeries], library, forceUpdate);
}
await Task.WhenAll(tasks);
//await Task.WhenAll(tasks);
await _eventHub.SendMessageAsync(MessageFactory.NotificationProgress,

View File

@ -7,7 +7,7 @@
"name": "GPL-3.0",
"url": "https://github.com/Kareadita/Kavita/blob/develop/LICENSE"
},
"version": "0.7.14.5"
"version": "0.7.14.6"
},
"servers": [
{