mirror of
https://github.com/robweber/xbmcbackup.git
synced 2025-06-23 19:14:33 +02:00
implemented mkdir, exists, and copy for dropbox vfs
removed "dropbox path" setting
This commit is contained in:
@ -118,7 +118,7 @@ class XbmcBackup:
|
||||
self.remote_vfs.set_root(utils.getSetting("remote_path"))
|
||||
elif(utils.getSetting('remote_selection') == '2'):
|
||||
self.remote_vfs = DropboxFileSystem()
|
||||
self.remote_vfs.set_root(utils.getSetting("dropbox_path"))
|
||||
self.remote_vfs.set_root('/')
|
||||
|
||||
def run(self,mode=-1,runSilent=False):
|
||||
#check if we should use the progress bar
|
||||
|
Reference in New Issue
Block a user