1
0
mirror of https://github.com/moparisthebest/SickRage synced 2024-08-13 16:53:54 -04:00

More fixes for webui branch checkout feature.

This commit is contained in:
echel0n 2014-07-27 16:22:57 -07:00
parent f4b24bd85d
commit e9eca837a8

View File

@ -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):