mirror of
https://github.com/SickGear/SickGear.git
synced 2025-01-20 16:43:43 +00:00
Fix typo in last commit
This commit is contained in:
parent
d09f2a2276
commit
8f3469cce7
1 changed files with 1 additions and 1 deletions
|
@ -681,7 +681,7 @@ class Manage:
|
|||
new_anime = 'on' if new_anime else 'off'
|
||||
|
||||
if scene == 'keep':
|
||||
new_scene = showObj.is_anime
|
||||
new_scene = showObj.is_scene
|
||||
else:
|
||||
new_scene = True if scene == 'enable' else False
|
||||
new_scene = 'on' if new_scene else 'off'
|
||||
|
|
Loading…
Reference in a new issue