mirror of
https://github.com/SickGear/SickGear.git
synced 2025-01-20 16:43:43 +00:00
Fix for naming pattern issues.
This commit is contained in:
parent
8b5559bdef
commit
5802fc372c
1 changed files with 2 additions and 0 deletions
|
@ -133,6 +133,8 @@ class NameParser(object):
|
|||
# get show object
|
||||
if not result.show and not self.naming_pattern:
|
||||
result.show = helpers.get_show(result.series_name, useIndexer=self.useIndexers)
|
||||
elif self.showObj and self.naming_pattern:
|
||||
result.show = self.showObj
|
||||
|
||||
# confirm result show object variables
|
||||
if result.show:
|
||||
|
|
Loading…
Reference in a new issue