mirror of
https://github.com/correl/Transmission-XBMC.git
synced 2024-11-21 19:18:41 +00:00
Merge branch 'pr/11'
Conflicts: resources/lib/gui.py
This commit is contained in:
commit
d2e881fa67
1 changed files with 1 additions and 1 deletions
|
@ -63,8 +63,8 @@ class TransmissionGUI(xbmcgui.WindowXMLDialog):
|
|||
xbmcgui.Dialog().ok(_(2), message)
|
||||
|
||||
return False
|
||||
p.close()
|
||||
self.updateTorrents()
|
||||
p.close()
|
||||
self.timer = threading.Timer(UPDATE_INTERVAL, self.updateTorrents)
|
||||
self.timer.start()
|
||||
def updateTorrents(self):
|
||||
|
|
Loading…
Reference in a new issue