mirror of
https://github.com/SickGear/SickGear.git
synced 2025-01-20 16:43:43 +00:00
Add version to Source installs (zipfiles) on Config pages
This commit is contained in:
parent
54ce291897
commit
097c076675
1 changed files with 1 additions and 0 deletions
|
@ -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):
|
||||
|
||||
|
|
Loading…
Reference in a new issue