Fixed a bug where scan series wouldn't trigger word count analysis nor cover generation. (#2035)
This commit is contained in:
parent
eb8797b91d
commit
f161c4db1f
1 changed files with 2 additions and 0 deletions
|
@ -313,6 +313,8 @@ public class ScannerService : IScannerService
|
|||
MessageFactory.ScanSeriesEvent(library.Id, seriesId, series.Name));
|
||||
|
||||
await _metadataService.RemoveAbandonedMetadataKeys();
|
||||
BackgroundJob.Enqueue(() => _metadataService.GenerateCoversForSeries(series.LibraryId, seriesId, false));
|
||||
BackgroundJob.Enqueue(() => _wordCountAnalyzerService.ScanSeries(library.Id, seriesId, false));
|
||||
BackgroundJob.Enqueue(() => _cacheService.CleanupChapters(chapterIds));
|
||||
BackgroundJob.Enqueue(() => _directoryService.ClearDirectory(_directoryService.TempDirectory));
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue