mirror of
https://github.com/robweber/xbmcbackup.git
synced 2024-11-14 20:35:48 +01:00
removed references .ready() no longer needed
This commit is contained in:
parent
926382e28e
commit
16e55bdd23
@ -8,7 +8,4 @@ mode = xbmcgui.Dialog().select(utils.getString(30010) + " - " + utils.getString(
|
||||
if(mode != -1):
|
||||
#run the profile backup
|
||||
backup = XbmcBackup()
|
||||
|
||||
if(backup.isReady()):
|
||||
|
||||
backup.run(mode)
|
||||
|
@ -246,6 +246,3 @@ class XbmcBackup:
|
||||
result = self.progressBar.iscanceled()
|
||||
|
||||
return result
|
||||
|
||||
def isReady(self):
|
||||
return True if self.remote_vfs != None else False
|
||||
|
Loading…
Reference in New Issue
Block a user