1
0
mirror of https://github.com/moparisthebest/SickRage synced 2024-08-13 16:53:54 -04:00

Fix for naming pattern issues.

This commit is contained in:
echel0n 2014-07-19 13:31:31 -07:00
parent 8b5559bdef
commit 5802fc372c

View File

@ -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: