mirror of
				https://github.com/robweber/xbmcbackup.git
				synced 2025-11-04 03:02:16 +01:00 
			
		
		
		
	wonder how long this has been there, fixes #82
This commit is contained in:
		@@ -316,7 +316,7 @@ class XbmcBackup:
 | 
				
			|||||||
                    zip_vfs.cleanup()
 | 
					                    zip_vfs.cleanup()
 | 
				
			||||||
                    self.xbmc_vfs.rmfile(xbmc.translatePath("special://temp/" + self.restore_point))
 | 
					                    self.xbmc_vfs.rmfile(xbmc.translatePath("special://temp/" + self.restore_point))
 | 
				
			||||||
                    
 | 
					                    
 | 
				
			||||||
                    xbmcgui.Dialog.ok(utils.getSetting(30010),utils.getString(30101))
 | 
					                    xbmcgui.Dialog.ok(utils.getString(30010),utils.getString(30101))
 | 
				
			||||||
                    return
 | 
					                    return
 | 
				
			||||||
                    
 | 
					                    
 | 
				
			||||||
                zip_vfs.cleanup()
 | 
					                zip_vfs.cleanup()
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user