forked from Ponysearch/Ponysearch
remove thumbnail from results
This commit is contained in:
parent
78bff4618c
commit
5057007270
1 changed files with 0 additions and 1 deletions
|
@ -49,7 +49,6 @@ def response(resp):
|
|||
'title': result['trackName'],
|
||||
'content': result['description'],
|
||||
'img_src': result['artworkUrl100'],
|
||||
'thumbnail': result['screenshotUrls'][0],
|
||||
'publishedDate': parse(result['currentVersionReleaseDate']),
|
||||
'author': result['sellerName'],
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue