fix: 修复运行错误

This commit is contained in:
amtoaer
2023-12-04 01:02:04 +08:00
parent 6877171f4d
commit 38caf1f0d6

View File

@@ -70,7 +70,7 @@ async def refresh_tags():
status=MediaStatus.NORMAL,
downloaded=True,
tags=None,
)
).prefetch_related("upper")
await asyncio.gather(
*[aremove(item.nfo_path) for item in items],
return_exceptions=True,