mirror of
https://github.com/rommapp/romm.git
synced 2026-02-18 23:42:07 +01:00
Change scan type to QUICK for scheduled library scans
This commit is contained in:
@@ -63,7 +63,7 @@ class ScanLibraryTask(PeriodicTask):
|
||||
scan_stats = await scan_platforms(
|
||||
platform_ids=[],
|
||||
metadata_sources=metadata_sources,
|
||||
scan_type=ScanType.UPDATE,
|
||||
scan_type=ScanType.QUICK,
|
||||
)
|
||||
log.info("Scheduled library scan done")
|
||||
|
||||
|
||||
Reference in New Issue
Block a user