mirror of
https://github.com/SickGear/SickGear.git
synced 2024-12-11 05:33:37 +00:00
Forgot to add check if naming pattern was calling nameparser for previous commit.
This commit is contained in:
parent
c3f6417f5f
commit
2fec443c37
1 changed files with 15 additions and 14 deletions
|
@ -236,6 +236,7 @@ class NameParser(object):
|
|||
# scene convert result
|
||||
bestResult = bestResult.convert() if self.convert and not self.naming_pattern else bestResult
|
||||
|
||||
if not self.naming_pattern:
|
||||
if bestResult.show and bestResult.show.is_anime and len(bestResult.ab_episode_numbers):
|
||||
new_episode_numbers = []
|
||||
new_season_numbers = []
|
||||
|
|
Loading…
Reference in a new issue