mirror of
https://github.com/moparisthebest/SickRage
synced 2024-12-13 11:32:20 -05:00
Merge pull request #513 from WebSpider/dev-fix_versioncheck
Add version hash to Source installs
This commit is contained in:
commit
86d225c669
@ -550,6 +550,7 @@ class SourceUpdateManager(UpdateManager):
|
|||||||
|
|
||||||
if not self._cur_commit_hash:
|
if not self._cur_commit_hash:
|
||||||
self._cur_commit_hash = None
|
self._cur_commit_hash = None
|
||||||
|
sickbeard.CUR_COMMIT_HASH = str(self._cur_commit_hash)
|
||||||
|
|
||||||
def need_update(self):
|
def need_update(self):
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user