mirror of
https://notabug.org/RemixDevs/DeezloaderRemix.git
synced 2026-06-11 18:25:19 +00:00
Update page 'Spotify Features'
+8
-7
@@ -3,7 +3,7 @@ To make Spotify Features aviable again you should:
|
||||
* Go to this link: https://developer.spotify.com/dashboard/applications
|
||||
* Log in with your Spotify account
|
||||
* Click on Create a Client ID
|
||||
* 
|
||||
* 
|
||||
* Compile the form as you like
|
||||
* 
|
||||
* Click NO
|
||||
@@ -11,17 +11,18 @@ To make Spotify Features aviable again you should:
|
||||
* Tick all the things and click SUBMIT
|
||||
* 
|
||||
|
||||
Now you should see your Client ID and Client Secret.
|
||||
Now you should see your Client ID and Client Secret.<br>
|
||||

|
||||
|
||||
Open the folder where the config files are:
|
||||
Windows : `%appdata%/Deezloader Remix/`
|
||||
macOS : `Library/Application Support/Deezloader Remix/`
|
||||
Open the folder where the config files are:<br>
|
||||
Windows : `%appdata%/Deezloader Remix/`<br>
|
||||
macOS : `Library/Application Support/Deezloader Remix/`<br>
|
||||
Linux : `/home/yourUsername/.config/Deezloader Remix/`
|
||||
|
||||
And create a file called `authCredentials.js`
|
||||
|
||||
open it and copy paste this string:
|
||||
`module.exports = { clientId: 'CLIENTID_HERE', clientSecret: 'CLIENTSECRET_HERE' }`
|
||||
Open it and copy paste this string:<br>
|
||||
`module.exports = { clientId: 'CLIENTID_HERE', clientSecret: 'CLIENTSECRET_HERE' }`<br>
|
||||
Replace CLIENTID_HERE and CLIENTSECRET_HERE with your Client ID and Client Secret from the site.
|
||||
|
||||
Save the file and now you can use all the Spotify Features!
|
||||
Reference in New Issue
Block a user