mirror of
https://github.com/SickGear/SickGear.git
synced 2024-12-01 00:43:37 +00:00
Fixes issue of missing ui notification to let you know that there was no update needed when forcing a version check.
This commit is contained in:
parent
d37a992508
commit
753be64090
1 changed files with 1 additions and 1 deletions
|
@ -120,7 +120,7 @@ class CheckVersion():
|
|||
if not sickbeard.AUTO_UPDATE:
|
||||
logger.log(u"No update needed")
|
||||
|
||||
if force and not sickbeard.AUTO_UPDATE:
|
||||
if force:
|
||||
ui.notifications.message('No update needed')
|
||||
return False
|
||||
|
||||
|
|
Loading…
Reference in a new issue