mirror of
https://github.com/moparisthebest/SickRage
synced 2024-12-12 11:02:21 -05: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
@ -120,7 +120,7 @@ class CheckVersion():
|
|||||||
if not sickbeard.AUTO_UPDATE:
|
if not sickbeard.AUTO_UPDATE:
|
||||||
logger.log(u"No update needed")
|
logger.log(u"No update needed")
|
||||||
|
|
||||||
if force and not sickbeard.AUTO_UPDATE:
|
if force:
|
||||||
ui.notifications.message('No update needed')
|
ui.notifications.message('No update needed')
|
||||||
return False
|
return False
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user