mirror of
https://github.com/Kareadita/Kavita.git
synced 2025-07-09 03:04:19 -04:00
Scan issues (#2797)
This commit is contained in:
parent
a1aefd4d9f
commit
6163f6ca21
@ -524,10 +524,11 @@ public class ScannerService : IScannerService
|
|||||||
foreach (var pSeries in toProcess)
|
foreach (var pSeries in toProcess)
|
||||||
{
|
{
|
||||||
totalFiles += parsedSeries[pSeries].Count;
|
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,
|
await _eventHub.SendMessageAsync(MessageFactory.NotificationProgress,
|
||||||
|
@ -7,7 +7,7 @@
|
|||||||
"name": "GPL-3.0",
|
"name": "GPL-3.0",
|
||||||
"url": "https://github.com/Kareadita/Kavita/blob/develop/LICENSE"
|
"url": "https://github.com/Kareadita/Kavita/blob/develop/LICENSE"
|
||||||
},
|
},
|
||||||
"version": "0.7.14.5"
|
"version": "0.7.14.6"
|
||||||
},
|
},
|
||||||
"servers": [
|
"servers": [
|
||||||
{
|
{
|
||||||
|
Loading…
x
Reference in New Issue
Block a user