mirror of
https://github.com/jxxghp/MoviePilot.git
synced 2026-08-28 19:47:41 +08:00
fix #4118
This commit is contained in:
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user