mirror of
https://github.com/robweber/xbmcbackup.git
synced 2024-11-14 20:35:48 +01:00
fixes #190 - need to set file number to 1
This commit is contained in:
parent
382dbce4ac
commit
f7e77fd739
@ -276,6 +276,8 @@ class XbmcBackup:
|
||||
|
||||
if(restartXbmc):
|
||||
# add only this file to the file list
|
||||
self.transferSize = 1
|
||||
self.transferLeft = 1
|
||||
fileManager.addFile(self.remote_vfs.root_path + "config/advancedsettings.xml")
|
||||
self._copyFiles(fileManager.getFiles(), self.remote_vfs, self.xbmc_vfs)
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user