We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents fa94e95 + 0c1ea31 commit b7ef286Copy full SHA for b7ef286
backend/tasks/scheduled/scan_library.py
@@ -56,7 +56,6 @@ async def run(self) -> dict[str, str]:
56
metadata_sources = [source for source, flag in source_mapping.items() if flag]
57
if not metadata_sources:
58
log.warning("No metadata sources enabled, unscheduling library scan")
59
- self.unschedule()
60
return scan_stats.to_dict()
61
62
log.info("Scheduled library scan started...")
0 commit comments