Version 1.6.3 - fix validatePath error (issue 166) (#167)

This commit is contained in:
Wuff
2020-05-20 19:01:43 +01:00
committed by GitHub
parent 55b2ac83d4
commit c9dd381037
2 changed files with 6 additions and 4 deletions

View File

@ -571,7 +571,7 @@ class FileManager:
if(recurse):
# create all the subdirs first
for aDir in dirs:
dirPath = xbmc.validatePath(xbmc.translatePath(directory + self.pathSep + aDir))
dirPath = xbmcvfs.validatePath(xbmc.translatePath(directory + self.pathSep + aDir))
file_ext = aDir.split('.')[-1]
# check if directory is excluded