mirror of
https://github.com/moparisthebest/SickRage
synced 2024-12-12 11:02:21 -05:00
Fixes shows not being added from tvrage
This commit is contained in:
parent
80e03a1475
commit
3c9f1d754d
@ -592,7 +592,7 @@ class TVRage:
|
||||
)
|
||||
|
||||
# check and make sure we have data to process and that it contains a series name
|
||||
if not len(seriesInfoEt) or (isinstance(seriesInfoEt, dict) and 'seriesname' not in seriesInfoEt['series']):
|
||||
if not len(seriesInfoEt) or (isinstance(seriesInfoEt, dict) and 'seriesname' not in seriesInfoEt):
|
||||
return False
|
||||
|
||||
for k, v in seriesInfoEt.items():
|
||||
|
Loading…
Reference in New Issue
Block a user