markdicks / spotify-controller-project

My first attempt at using C# to create an application. This is something that I can use, as well as the community I have come to know on twitch. Would be massive and help a lot of people out.
0 stars 0 forks source link

Playback control logic #5

Closed markdicks closed 1 week ago

markdicks commented 2 weeks ago

Implement play, pause, next, and previous track logic in the PlayButton_Click, PauseButton_Click, NextButton_Click, and PreviousButton_Click methods.

markdicks commented 1 week ago

Completed.