Change prevent any unaired changes due to ui.

This commit is contained in:
JackDandy 2016-09-25 15:59:58 +01:00
parent 527cc06f07
commit 9200ab9acb

View file

@ -1871,7 +1871,7 @@ class Home(MainHandler):
with epObj.lock:
# don't let them mess up UNAIRED episodes
if epObj.status == UNAIRED and not sickbeard.SEARCH_UNAIRED:
if epObj.status == UNAIRED:
logger.log(u'Refusing to change status of ' + curEp + ' because it is UNAIRED', logger.ERROR)
continue