mirror of
				https://github.com/robweber/xbmcbackup.git
				synced 2025-11-04 03:02:16 +01:00 
			
		
		
		
	fixed #13
This commit is contained in:
		@@ -1,3 +1,7 @@
 | 
			
		||||
[b]Version 0.1.4[/b]
 | 
			
		||||
 | 
			
		||||
added more verbose error message for incorrect paths
 | 
			
		||||
 | 
			
		||||
[b]Version 0.1.3[/b]
 | 
			
		||||
 | 
			
		||||
backup folder format - thanks zeroram
 | 
			
		||||
 
 | 
			
		||||
@@ -143,7 +143,7 @@ class XbmcBackup:
 | 
			
		||||
            if(vfs.exists(self.remote_path)):
 | 
			
		||||
                self.restoreFiles()
 | 
			
		||||
            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):
 | 
			
		||||
        
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user