예제 #1
0
 public void DeleteCurrentTrack()
 {
     if (_currentState == SpotifyState.Playing)
     {
         Spotify.DeleteCurrentTrack();
     }
 }