1
0
mirror of https://github.com/moparisthebest/SickRage synced 2024-08-13 16:53:54 -04: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:
echel0n 2015-01-18 18:56:43 -08:00
commit 653851e2a4

View File

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