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:
echel0n 2014-05-22 22:43:53 -07:00
parent d37a992508
commit 753be64090

View file

@ -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