Rigner / discord-rpc-java

Java implementation of Discord RPC for rich presence https://github.com/discordapp/discord-rpc
MIT License
25 stars 9 forks source link

Prevent Discord from not updating when state/details are not set #15

Open echebbi opened 6 years ago

echebbi commented 6 years ago

Fix issue #14.

Ensure that state and details are not empty strings before adding them to the JSON sent to Discord. That's necessary because for some reason Discord won't update itself if one of the fields is empty.