mirror of
https://github.com/amtoaer/bili-sync.git
synced 2026-05-06 20:42:48 +08:00
fix: 修复运行错误
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user