mirror of
https://github.com/moparisthebest/SickRage
synced 2025-01-05 10:58:01 -05:00
Merge pull request #1197 from abeloin/patch-default_ep_status
Fix default episode status in display and edit show.
This commit is contained in:
commit
653851e2a4
@ -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