From aa78fea8e7898b0230607dfe7b9f2ca26cde3f2a Mon Sep 17 00:00:00 2001 From: James Davenport Date: Wed, 15 Apr 2026 09:47:08 +0100 Subject: [PATCH 1/2] Spotify: Update README Update Spotify README: Added information about required Redirect URI. --- plugins/Spotify/v1/docs/README.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/plugins/Spotify/v1/docs/README.md b/plugins/Spotify/v1/docs/README.md index 756f56d..b03e062 100644 --- a/plugins/Spotify/v1/docs/README.md +++ b/plugins/Spotify/v1/docs/README.md @@ -1,2 +1,6 @@ # Before you start -To use the Spotify data source, you will need to create an application via the Spotify Developer portal. [Learn more](https://developer.spotify.com/documentation/web-api/tutorials/getting-started#create-an-app). +To use the Spotify data source, you will need to create an application via the Spotify Developer portal. [Learn more](https://developer.spotify.com/documentation/web-api/tutorials/getting-started#create-an-app). +You will need to specify a **Redirect URI** in order to setup your application. Please copy your desired URL from the following: + +EU Geo: https://eu.app.squaredup.com/settings/pluginsoauth2 +US Geo: https://app.squaredup.com/settings/pluginsoauth2 From cc2eb2ad25cf79f07cfeabe6933137460c0fd74b Mon Sep 17 00:00:00 2001 From: James Davenport Date: Wed, 15 Apr 2026 10:19:27 +0100 Subject: [PATCH 2/2] Fix typo in README for Spotify plugin setup --- plugins/Spotify/v1/docs/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/Spotify/v1/docs/README.md b/plugins/Spotify/v1/docs/README.md index b03e062..dfb031f 100644 --- a/plugins/Spotify/v1/docs/README.md +++ b/plugins/Spotify/v1/docs/README.md @@ -1,6 +1,6 @@ # Before you start To use the Spotify data source, you will need to create an application via the Spotify Developer portal. [Learn more](https://developer.spotify.com/documentation/web-api/tutorials/getting-started#create-an-app). -You will need to specify a **Redirect URI** in order to setup your application. Please copy your desired URL from the following: +You will need to specify a **Redirect URI** in order to set up your application. Please copy your desired URL from the following: EU Geo: https://eu.app.squaredup.com/settings/pluginsoauth2 US Geo: https://app.squaredup.com/settings/pluginsoauth2