summaryrefslogtreecommitdiff
path: root/searx/engines/radio_browser.py
diff options
context:
space:
mode:
Diffstat (limited to 'searx/engines/radio_browser.py')
-rw-r--r--searx/engines/radio_browser.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/searx/engines/radio_browser.py b/searx/engines/radio_browser.py
index 3c06159a2..c20580616 100644
--- a/searx/engines/radio_browser.py
+++ b/searx/engines/radio_browser.py
@@ -114,7 +114,7 @@ def response(resp):
{
'url': url,
'title': result['name'],
- 'img_src': result.get('favicon', '').replace("http://", "https://"),
+ 'thumbnail': result.get('favicon', '').replace("http://", "https://"),
'content': ' | '.join(content),
'metadata': ' | '.join(metadata),
'iframe_src': result['url_resolved'].replace("http://", "https://"),