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

Fixes shows not being added from tvrage

This commit is contained in:
Adam 2014-09-25 19:04:19 +08:00
parent 80e03a1475
commit 3c9f1d754d

View File

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