Fix regression of #143
This commit is contained in:
parent
03a8d906ea
commit
9e0b0ac01c
@ -227,7 +227,8 @@ class ComicVineTalker(QObject):
|
||||
'resources': 'volume',
|
||||
'query': search_series_name,
|
||||
'field_list': 'volume,name,id,start_year,publisher,image,description,count_of_issues',
|
||||
'page': 1
|
||||
'page': 1,
|
||||
'limit': 100
|
||||
}
|
||||
|
||||
cv_response = self.getCVContent(self.api_base_url + "/search", params)
|
||||
|
Loading…
Reference in New Issue
Block a user