updated readme and version

This commit is contained in:
Rob Weber
2013-01-29 11:32:47 -06:00
parent 1357d45945
commit 625de8fa71
4 changed files with 14 additions and 1 deletions

View File

@ -241,6 +241,9 @@ class XbmcBackup:
self.xbmc_vfs.set_root(fileGroup['dest'])
self.backupFiles(fileGroup['files'],self.remote_vfs,self.xbmc_vfs)
#call update addons to refresh everything
xbmc.executebuiltin('UpdateLocalAddons')
if(utils.getSetting('run_silent') == 'false' and not runSilent):
self.progressBar.close()