mirror of
https://github.com/moparisthebest/SickRage
synced 2024-12-12 11:02:21 -05:00
Fix for naming pattern issues.
This commit is contained in:
parent
8b5559bdef
commit
5802fc372c
@ -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 New Issue
Block a user