rus sub cc fix

pull/1/head
DiMartinoXBMC 2015-08-16 21:01:52 +03:00
parent c21a1faee8
commit fbd60a9910
1 changed files with 1 additions and 0 deletions

View File

@ -1103,6 +1103,7 @@ class Core:
if len(dirs) > 0:
dirs.insert(0, self.localize('./ (Root folder)'))
for dd in dirs:
dd = file_decode(dd)
dds=xbmcvfs.listdir(os.path.join(path,dd))[0]
if len(dds)>0:
for d in dds: