mirror of
https://github.com/SickGear/SickGear.git
synced 2025-01-05 17:43:37 +00:00
Typo fixed
This commit is contained in:
parent
75c7fbf137
commit
cb4790a213
1 changed files with 1 additions and 1 deletions
|
@ -204,7 +204,7 @@ class TVCache():
|
|||
return None
|
||||
|
||||
showObj = helpers.get_show_by_name(parse_result.series_name)
|
||||
if showObj:
|
||||
if not showObj:
|
||||
logger.log(u"Could not find a show matching " + parse_result.series_name + " in the database, skipping ...", logger.DEBUG)
|
||||
return None
|
||||
|
||||
|
|
Loading…
Reference in a new issue