lastfm / lastfm-windows-desktop

Last.fm Desktop app for Windows (3.0)
GNU General Public License v3.0
10 stars 1 forks source link

removeNowPlaying (from questions.txt) #12

Closed ben-xo closed 6 years ago

ben-xo commented 6 years ago

https://github.com/cbsimg/lastfm-windows-desktop/blob/e0d437fe96f173854a3a3324afbe5d667fcc1c01/DesktopScrobbler/Questions.txt#L1

Although it doesn't appear in the API, the method does exist.

It takes no parameters (it just clears the Now Playing for the current user).

Ideally we would remove "now playing" on stop or pause events, and then put it back on play and unpause.

VorTechS commented 6 years ago

Enabled the already defined method in the 'SendPlayStatusChanged' method, but re-jigged the function as no additional parameters are required for this call.