need to expand out home path

This commit is contained in:
Rob Weber 2014-10-05 14:20:23 -05:00
parent d9ff17eeec
commit 91af11c9f7

View File

@ -38,7 +38,7 @@ class XbmcBackup:
skip_advanced = False #if we should check for the existance of advancedsettings in the restore skip_advanced = False #if we should check for the existance of advancedsettings in the restore
def __init__(self): def __init__(self):
self.xbmc_vfs = XBMCFileSystem('special://home') self.xbmc_vfs = XBMCFileSystem(xbmc.translatePath('special://home'))
self.configureRemote() self.configureRemote()
utils.log(utils.getString(30046)) utils.log(utils.getString(30046))