fix tests

This commit is contained in:
2025-11-15 12:35:51 +01:00
parent f91875f6fc
commit f49598d82b
11 changed files with 7107 additions and 2006 deletions

View File

@@ -197,8 +197,8 @@ class AnimeService:
forwarded to the ProgressService through event handlers.
"""
try:
# SeriesApp.re_scan is now async and handles events internally
await self._app.re_scan()
# SeriesApp.rescan is now async and handles events internally
await self._app.rescan()
# invalidate cache
try: