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