Skip to content

Commit 50feb7b

Browse files
committed
fix: update recommended redirect url
1 parent 9e66b57 commit 50feb7b

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

Diff for: companion/HELP.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
Go to [here](https://developer.spotify.com/dashboard/applications) and create an application.
66
Copy the Client ID and Client Secret and add them to the config boxes.
7-
Set https://spotauth.github.io/ as your Redirect URL both in the Config and on the spotify application you created.
7+
Set https://bitfocus.github.io/companion-module-spotify-remote/ as your Redirect URL both in the Config and on the spotify application you created.
88
When you save the modules config a URL will be placed on in the auth URL config box, make sure to refresh to load it, go to this URL and then copy the Approval Code into the config.
99
This time when you save the config an Access Token and Refresh Token will be wrote to the config.
1010
Now go assign the "Write the ID of the current Active Device to config" button, start playing music on the device you wish to control and then press the button you just assigned.

Diff for: src/config.ts

+8
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,14 @@ export function GetConfigFields(): SomeCompanionConfigField[] {
3636
width: 6,
3737
label: 'Client Secret',
3838
},
39+
{
40+
type: 'static-text',
41+
id: '_redirect_info_',
42+
width: 12,
43+
label: '',
44+
value:
45+
'You may need to update the Redirect URL both here and in the spotify api settings, as the previously recommended location is no longer available.<br/>We now recommend https://bitfocus.github.io/companion-module-spotify-remote/',
46+
},
3947
{
4048
type: 'textinput',
4149
id: 'redirectUri',

0 commit comments

Comments
 (0)