This commit is contained in:
jxxghp
2025-04-10 19:40:22 +08:00
parent f49f55576f
commit 18bcb3a067

View File

@@ -323,6 +323,8 @@ class U115Pan(StorageBase, metaclass=Singleton):
cid = '0'
else:
cid = fileitem.fileid
if not cid:
cid = self._path_to_id(fileitem.path)
items = []
offset = 0