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
1 changed files with 1 additions and 1 deletions

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