mirror of
https://github.com/SickGear/SickGear.git
synced 2025-01-20 16:43:43 +00:00
More fixes for webui branch checkout feature.
This commit is contained in:
parent
f4b24bd85d
commit
e9eca837a8
1 changed files with 2 additions and 0 deletions
|
@ -3468,6 +3468,8 @@ class Home(MainHandler):
|
|||
return self._genericMessage("Update Failed",
|
||||
"Update wasn't successful, not restarting. Check your log for more information.")
|
||||
|
||||
def branchCheckout(self, branch):
|
||||
self.update(sickbeard.PID, branch)
|
||||
|
||||
def displayShow(self, show=None):
|
||||
|
||||
|
|
Loading…
Reference in a new issue