mirror of
https://github.com/moparisthebest/SickRage
synced 2024-12-13 03:22:22 -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
|
# get show object
|
||||||
if not result.show and not self.naming_pattern:
|
if not result.show and not self.naming_pattern:
|
||||||
result.show = helpers.get_show(result.series_name, useIndexer=self.useIndexers)
|
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
|
# confirm result show object variables
|
||||||
if result.show:
|
if result.show:
|
||||||
|
Loading…
Reference in New Issue
Block a user