mirror of
https://github.com/SickGear/SickGear.git
synced 2025-01-05 17:43:37 +00:00
Fixes issue #374
This commit is contained in:
parent
775730c3ad
commit
afdbc44a47
1 changed files with 1 additions and 1 deletions
|
@ -3406,7 +3406,7 @@ class Home:
|
|||
if sceneSeason is not None: sceneSeason = int(sceneSeason)
|
||||
if sceneEpisode is not None: sceneEpisode = int(sceneEpisode)
|
||||
|
||||
set_scene_numbering(show, forSeason, forEpisode, sceneSeason, sceneEpisode)
|
||||
set_scene_numbering(show, indexer, forSeason, forEpisode, sceneSeason, sceneEpisode)
|
||||
|
||||
sn = get_scene_numbering(show, indexer, forSeason, forEpisode)
|
||||
if sn:
|
||||
|
|
Loading…
Reference in a new issue