mirror of
https://github.com/jxxghp/MoviePilot.git
synced 2026-02-12 15:06:35 +08:00
fix 115列表出错时抛出异常
This commit is contained in:
@@ -351,7 +351,7 @@ class U115Pan(StorageBase, metaclass=Singleton):
|
||||
params={"cid": cid, "limit": 1000, "offset": offset, "cur": True, "show_dir": 1}
|
||||
)
|
||||
if not resp:
|
||||
break
|
||||
raise FileNotFoundError(f"【115】{fileitem.path} 检索出错!")
|
||||
for item in resp:
|
||||
# 更新缓存
|
||||
path = f"{fileitem.path}{item['fn']}"
|
||||
|
||||
Reference in New Issue
Block a user