mirror of
https://github.com/robweber/xbmcbackup.git
synced 2024-11-14 04:15:49 +01:00
fixes #235
This commit is contained in:
parent
d1907baf38
commit
324f3a46cf
@ -228,7 +228,7 @@ class XbmcBackup:
|
||||
# copy just this file from the remote vfs
|
||||
self.transferSize = self.remote_vfs.fileSize(self.remote_base_path + self.restore_point)
|
||||
zipFile = []
|
||||
zipFile.append({'file': self.remote_base_path + self.restore_point, 'size': self.transferSize})
|
||||
zipFile.append({'file': self.remote_base_path + self.restore_point, 'size': self.transferSize, 'is_dir': False})
|
||||
|
||||
# set transfer size
|
||||
self.transferLeft = self.transferSize
|
||||
|
Loading…
Reference in New Issue
Block a user