mirror of
https://github.com/SickGear/SickGear.git
synced 2024-12-01 00:43:37 +00:00
Change prevent any unaired changes due to ui.
This commit is contained in:
parent
527cc06f07
commit
9200ab9acb
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in a new issue