summaryrefslogtreecommitdiff
path: root/searx/engines/spotify.py
diff options
context:
space:
mode:
Diffstat (limited to 'searx/engines/spotify.py')
-rw-r--r--searx/engines/spotify.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/searx/engines/spotify.py b/searx/engines/spotify.py
index c287a3469..87edb7f1b 100644
--- a/searx/engines/spotify.py
+++ b/searx/engines/spotify.py
@@ -67,7 +67,7 @@ def response(resp):
{
'url': url,
'title': title,
- 'data_src': "https://embed.spotify.com/?uri=spotify:track:" + result['id'],
+ 'iframe_src': "https://embed.spotify.com/?uri=spotify:track:" + result['id'],
'content': content,
}
)