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:
parent
688263bd62
commit
b0149cc65d
@ -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()
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user