mirror of
https://github.com/robweber/xbmcbackup.git
synced 2024-11-14 20:35:48 +01:00
fixed #13
This commit is contained in:
parent
1c79ba6e23
commit
144b089673
@ -1,3 +1,7 @@
|
|||||||
|
[b]Version 0.1.4[/b]
|
||||||
|
|
||||||
|
added more verbose error message for incorrect paths
|
||||||
|
|
||||||
[b]Version 0.1.3[/b]
|
[b]Version 0.1.3[/b]
|
||||||
|
|
||||||
backup folder format - thanks zeroram
|
backup folder format - thanks zeroram
|
||||||
|
@ -143,7 +143,7 @@ class XbmcBackup:
|
|||||||
if(vfs.exists(self.remote_path)):
|
if(vfs.exists(self.remote_path)):
|
||||||
self.restoreFiles()
|
self.restoreFiles()
|
||||||
else:
|
else:
|
||||||
xbmcgui.Dialog().ok(self.addon.getLocalizedString(30010),self.addon.getLocalizedString(30045))
|
xbmcgui.Dialog().ok(self.addon.getLocalizedString(30010),self.addon.getLocalizedString(30045),self.remote_path)
|
||||||
|
|
||||||
def syncFiles(self):
|
def syncFiles(self):
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user