diff options
| author | 0xhtml <34682885+0xhtml@users.noreply.github.com> | 2019-07-31 20:51:01 +0200 |
|---|---|---|
| committer | 0xhtml <34682885+0xhtml@users.noreply.github.com> | 2019-07-31 20:51:01 +0200 |
| commit | ae3eeedb14b1f693872787ac67975728c5773b84 (patch) | |
| tree | cce8a4b9dc64ef19de7d8a665cabeb45da4156a1 | |
| parent | c329ea135ed8c7b56a16e08bf0ee8f6f82609406 (diff) | |
Require Spotify API credentials in settings
| -rw-r--r-- | searx/settings.yml | 9 |
1 files changed, 6 insertions, 3 deletions
diff --git a/searx/settings.yml b/searx/settings.yml index 490b3af04..281aaceaf 100644 --- a/searx/settings.yml +++ b/searx/settings.yml @@ -590,9 +590,12 @@ engines: shortcut : se categories : science - - name : spotify - engine : spotify - shortcut : stf +# Spotify needs API credentials +# - name : spotify +# engine : spotify +# shortcut : stf +# api_client_id : ******* +# api_client_secret : ******* - name : startpage engine : startpage |