1
0
mirror of https://github.com/moparisthebest/SickRage synced 2024-08-13 16:53:54 -04:00

Forgot to add check if naming pattern was calling nameparser for previous commit.

This commit is contained in:
echel0n 2014-07-15 03:18:34 -07:00
parent c3f6417f5f
commit 2fec443c37

View File

@ -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 = []