Add version to Source installs (zipfiles) on Config pages

This commit is contained in:
Nils Vogels 2014-05-11 00:46:29 +02:00
parent 54ce291897
commit 097c076675
1 changed files with 1 additions and 0 deletions

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