JakeStanger / mpd-discord-rpc

Rust application which displays your currently playing song / album / artist from MPD in Discord using Rich Presence.
https://crates.io/crates/mpd-discord-rpc
MIT License
90 stars 17 forks source link

fix: not retrying discord connection #72

Closed JakeStanger closed 1 year ago

JakeStanger commented 1 year ago

If a connection cannot be established to Discord's RPC server, the program will now retry on a 5 second interval until one can be established.