Skip to content

Commit 97b5a6f

Browse files
authored
Merge pull request #66 from dharrison4/patch-1
Update README with plugin details and usage instructions
2 parents 0d7ccd6 + fce4f70 commit 97b5a6f

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ This plugin requires the use of the Spotify Web API, which is only accessible th
3939
- **You _NEED_ a client secret and client ID to use this plugin!** This app currently hardcodes my personal Client ID and Client Secret to interact with Spotify. If current app usage hits any API limits, naturally you will need to switch out the current Client ID and Secret
4040
- To use a custom ID/Secret, create a file called security.store in _*yourFlowUserDataDirectory*\Plugins\SpotifyPremium-*ver*\security.store_ with the following format:
4141
```
42-
{"ClientId":"yourClientSecret","ClientSecret":"yourClientSecret"}
42+
{"ClientId":"yourClientID","ClientSecret":"yourClientSecret"}
4343
```
4444
- If using roaming, your Flow Userdata Directory is: `%APPDATA%\FlowLauncher`
4545
- If using portable, your Flow Userdata Directory is : `%localappdata%\FlowLauncher\app-<VersionOfYourFlowLauncher>\UserData`
@@ -66,3 +66,4 @@ This plugin requires the use of the Spotify Web API, which is only accessible th
6666
- Configurable default search type
6767
- Add configuration menu
6868
- Would really like a config menu for people to put their own app ID/Secrets
69+

0 commit comments

Comments
 (0)