This commit is contained in:
jxxghp
2025-04-10 19:40:22 +08:00
parent f49f55576f
commit 18bcb3a067
+2
View File
@@ -323,6 +323,8 @@ class U115Pan(StorageBase, metaclass=Singleton):
cid = '0' cid = '0'
else: else:
cid = fileitem.fileid cid = fileitem.fileid
if not cid:
cid = self._path_to_id(fileitem.path)
items = [] items = []
offset = 0 offset = 0