mirror of
https://github.com/amtoaer/bili-sync.git
synced 2026-09-06 16:07:26 +08:00
fix: 修复运行错误
This commit is contained in:
+1
-1
@@ -70,7 +70,7 @@ async def refresh_tags():
|
|||||||
status=MediaStatus.NORMAL,
|
status=MediaStatus.NORMAL,
|
||||||
downloaded=True,
|
downloaded=True,
|
||||||
tags=None,
|
tags=None,
|
||||||
)
|
).prefetch_related("upper")
|
||||||
await asyncio.gather(
|
await asyncio.gather(
|
||||||
*[aremove(item.nfo_path) for item in items],
|
*[aremove(item.nfo_path) for item in items],
|
||||||
return_exceptions=True,
|
return_exceptions=True,
|
||||||
|
|||||||
Reference in New Issue
Block a user