update spotify callback URL for README.md
Spotify no longer allows http:// urls unless their host is exactly 127.0.0.1
This commit is contained in:
parent
781d869f74
commit
37feb27820
1 changed files with 2 additions and 2 deletions
|
|
@ -80,7 +80,7 @@ docker run -d -p 8008:8008 boulderbadgedad/soulsync:latest
|
||||||
- **App Name**: `SoulSync` (or whatever you want)
|
- **App Name**: `SoulSync` (or whatever you want)
|
||||||
- **App Description**: `Music library sync`
|
- **App Description**: `Music library sync`
|
||||||
- **Website**: `http://localhost` (or leave blank)
|
- **Website**: `http://localhost` (or leave blank)
|
||||||
- **Redirect URI**: `http://localhost:8888/callback`
|
- **Redirect URI**: `http://127.0.0.1:8888/callback`
|
||||||
4. Click **"Save"**
|
4. Click **"Save"**
|
||||||
5. Click **"Settings"** on your new app
|
5. Click **"Settings"** on your new app
|
||||||
6. Copy the **Client ID** and **Client Secret**
|
6. Copy the **Client ID** and **Client Secret**
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue