fix tests
This commit is contained in:
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user