docs(plugins): fix README.md for Discord Rich Presence (#4387)
This commit is contained in:
parent
3e61b0426b
commit
5ea14ba520
1 changed files with 1 additions and 1 deletions
|
|
@ -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"
|
||||||
```
|
```
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue