mirror of
https://github.com/correl/Transmission-XBMC.git
synced 2024-11-28 19:19:56 +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)
|
xbmcgui.Dialog().ok(_(2), message)
|
||||||
|
|
||||||
return False
|
return False
|
||||||
p.close()
|
|
||||||
self.updateTorrents()
|
self.updateTorrents()
|
||||||
|
p.close()
|
||||||
self.timer = threading.Timer(UPDATE_INTERVAL, self.updateTorrents)
|
self.timer = threading.Timer(UPDATE_INTERVAL, self.updateTorrents)
|
||||||
self.timer.start()
|
self.timer.start()
|
||||||
def updateTorrents(self):
|
def updateTorrents(self):
|
||||||
|
|
Loading…
Reference in a new issue