rus sub cc fix
parent
c21a1faee8
commit
fbd60a9910
1
Core.py
1
Core.py
|
@ -1103,6 +1103,7 @@ class Core:
|
||||||
if len(dirs) > 0:
|
if len(dirs) > 0:
|
||||||
dirs.insert(0, self.localize('./ (Root folder)'))
|
dirs.insert(0, self.localize('./ (Root folder)'))
|
||||||
for dd in dirs:
|
for dd in dirs:
|
||||||
|
dd = file_decode(dd)
|
||||||
dds=xbmcvfs.listdir(os.path.join(path,dd))[0]
|
dds=xbmcvfs.listdir(os.path.join(path,dd))[0]
|
||||||
if len(dds)>0:
|
if len(dds)>0:
|
||||||
for d in dds:
|
for d in dds:
|
||||||
|
|
Loading…
Reference in New Issue