Inrixia / neptune-plugins

Plugins for the Tidal Desktop App. Quality & FLAC Info, LastFM, Downloads & More!
113 stars 13 forks source link

Fix Discord RPC always showing as playing on initial load #46

Closed n1ckoates closed 3 months ago

n1ckoates commented 3 months ago

On the intial load of the Discord RPC plugin, currentTime is 0, which is normally used to detect a song loading. Thus, the plugin thinks a song is loading, and shows it as playing, even though it's not.

This fixes that bug by requiring previousActivity to be set for a song to be considered loading.