mirror of
https://github.com/clinton-hall/nzbToMedia.git
synced 2025-08-14 10:36:52 -07:00
fix git updater. Fixes #453
This commit is contained in:
parent
45447ec487
commit
f382e23ca6
1 changed files with 1 additions and 0 deletions
|
@ -225,6 +225,7 @@ class GitUpdateManager(UpdateManager):
|
|||
branch = branch_info.strip().replace('refs/heads/', '', 1)
|
||||
if branch:
|
||||
nzbtomedia.NZBTOMEDIA_BRANCH = branch
|
||||
nzbtomedia.GIT_BRANCH = branch
|
||||
return nzbtomedia.GIT_BRANCH
|
||||
|
||||
def _check_github_for_update(self):
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue