コード例 #1
0
ファイル: SpotifyPlayer.cs プロジェクト: davidov541/SAMI
 public void DeleteCurrentTrack()
 {
     if (_currentState == SpotifyState.Playing)
     {
         Spotify.DeleteCurrentTrack();
     }
 }