mirror of
https://github.com/SickGear/SickGear.git
synced 2025-01-05 17:43:37 +00:00
Fix so that scene converting does not happening when performing naming pattern routines.
This commit is contained in:
parent
688263bd62
commit
b0149cc65d
1 changed files with 1 additions and 1 deletions
|
@ -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 a new issue