mirror of
https://github.com/moparisthebest/SickRage
synced 2024-12-04 15:12:23 -05:00
Fix default episode status in display and edit show.
See SiCKRAGETV/sickrage-issues/issues/111 for more info
This commit is contained in:
parent
ce997c79fe
commit
28f75bf91d
@ -1381,7 +1381,7 @@ class Home(WebRoot):
|
||||
showObj.dvdorder = dvdorder
|
||||
showObj.rls_ignore_words = rls_ignore_words.strip()
|
||||
showObj.rls_require_words = rls_require_words.strip()
|
||||
showObj.default_ep_status = defaultEpStatus
|
||||
showObj.default_ep_status = int(defaultEpStatus)
|
||||
|
||||
# if we change location clear the db of episodes, change it, write to db, and rescan
|
||||
if os.path.normpath(showObj._location) != os.path.normpath(location):
|
||||
|
Loading…
Reference in New Issue
Block a user