refactored callback

This commit is contained in:
2025-11-02 10:34:49 +01:00
parent 8a49db2a10
commit e414a1a358
5 changed files with 241 additions and 254 deletions

View File

@@ -197,7 +197,7 @@ class SeriesApp:
results = await asyncio.to_thread(self.loader.search, words)
logger.info("Found %d results", len(results))
return results
async def download(
self,
serie_folder: str,