Change scan type to QUICK for scheduled library scans

This commit is contained in:
zurdi
2025-12-17 15:01:04 +00:00
parent 287806267c
commit 33b2f643ee

View File

@@ -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")