docs(plugins): fix README.md for Discord Rich Presence (#4387)
This commit is contained in:
@@ -59,7 +59,7 @@ clientID, users, err := d.getConfig(ctx)
|
|||||||
Add the following to `navidrome.toml` and adjust for your tokens:
|
Add the following to `navidrome.toml` and adjust for your tokens:
|
||||||
|
|
||||||
```toml
|
```toml
|
||||||
[PluginSettings.discord-rich-presence]
|
[PluginConfig.discord-rich-presence]
|
||||||
ClientID = "123456789012345678"
|
ClientID = "123456789012345678"
|
||||||
Users = "alice:token123,bob:token456"
|
Users = "alice:token123,bob:token456"
|
||||||
```
|
```
|
||||||
|
|||||||
Reference in New Issue
Block a user