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

Merge pull request #513 from WebSpider/dev-fix_versioncheck

Add version hash to Source installs
This commit is contained in:
Nils 2014-05-11 00:51:22 +02:00
commit 86d225c669

View File

@ -550,6 +550,7 @@ class SourceUpdateManager(UpdateManager):
if not self._cur_commit_hash:
self._cur_commit_hash = None
sickbeard.CUR_COMMIT_HASH = str(self._cur_commit_hash)
def need_update(self):