mirror of
https://github.com/moparisthebest/SickRage
synced 2024-12-14 12:02:21 -05:00
Fix for version branch issues.
This commit is contained in:
parent
b8b5947ae6
commit
ad39ac8772
@ -141,7 +141,7 @@ class WindowsUpdateManager(UpdateManager):
|
|||||||
|
|
||||||
self.branch = sickbeard.BRANCH
|
self.branch = sickbeard.BRANCH
|
||||||
if sickbeard.BRANCH == '':
|
if sickbeard.BRANCH == '':
|
||||||
sickbeard.BRANCH = self.branch = self._find_installed_branch()
|
self.branch = self._find_installed_branch()
|
||||||
|
|
||||||
self._cur_version = None
|
self._cur_version = None
|
||||||
self._cur_commit_hash = None
|
self._cur_commit_hash = None
|
||||||
@ -290,7 +290,7 @@ class GitUpdateManager(UpdateManager):
|
|||||||
|
|
||||||
self.branch = sickbeard.BRANCH
|
self.branch = sickbeard.BRANCH
|
||||||
if sickbeard.BRANCH == '':
|
if sickbeard.BRANCH == '':
|
||||||
sickbeard.BRANCH = self.branch = self._find_installed_branch()
|
self.branch = self._find_installed_branch()
|
||||||
|
|
||||||
self._cur_commit_hash = None
|
self._cur_commit_hash = None
|
||||||
self._newest_commit_hash = None
|
self._newest_commit_hash = None
|
||||||
@ -548,7 +548,7 @@ class SourceUpdateManager(UpdateManager):
|
|||||||
|
|
||||||
self.branch = sickbeard.BRANCH
|
self.branch = sickbeard.BRANCH
|
||||||
if sickbeard.BRANCH == '':
|
if sickbeard.BRANCH == '':
|
||||||
sickbeard.BRANCH = self.branch = self._find_installed_branch()
|
self.branch = self._find_installed_branch()
|
||||||
|
|
||||||
self._cur_commit_hash = None
|
self._cur_commit_hash = None
|
||||||
self._newest_commit_hash = None
|
self._newest_commit_hash = None
|
||||||
|
Loading…
Reference in New Issue
Block a user