1
0
mirror of https://github.com/moparisthebest/SickRage synced 2024-11-05 17:05:03 -05:00

Fix so that scene converting does not happening when performing naming pattern routines.

This commit is contained in:
echel0n 2014-06-22 13:06:20 -07:00
parent 688263bd62
commit b0149cc65d

View File

@ -246,7 +246,7 @@ class NameParser(object):
result = max(matches, key=lambda x: x.score)
if result.show:
if self.convert:
if self.convert and not self.naming_pattern:
# scene convert result
result = result.convert()