Merge pull request #115 from BladeWDR/main

change redirect URI due to Spotify Developer dashboard changes.
This commit is contained in:
Xoconoch
2025-04-25 18:47:42 -06:00
committed by GitHub

View File

@@ -167,7 +167,7 @@ In order for searching to work, you need to set up your own Spotify Developer ap
4. Fill in: 4. Fill in:
- App name (e.g., "My Spotizerr App") - App name (e.g., "My Spotizerr App")
- App description - App description
- Redirect URI: `http://localhost:7171/callback` (or your custom domain if exposed) - Redirect URI: `http://127.0.0.1:7171/callback` (or your custom domain if exposed)
- Check the Developer Terms agreement box - Check the Developer Terms agreement box
5. Click "Create" 5. Click "Create"
6. On your app page, note your "Client ID" 6. On your app page, note your "Client ID"