docs(plugins): fix README.md for Discord Rich Presence (#4387)

This commit is contained in:
Cristiandis 2025-07-28 16:04:33 +02:00 committed by GitHub
parent 3e61b0426b
commit 5ea14ba520
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -59,7 +59,7 @@ clientID, users, err := d.getConfig(ctx)
Add the following to `navidrome.toml` and adjust for your tokens:
```toml
[PluginSettings.discord-rich-presence]
[PluginConfig.discord-rich-presence]
ClientID = "123456789012345678"
Users = "alice:token123,bob:token456"
```