コード例 #1
0
 public bool ToggleScrobbling()
 {
     return(_mockPlayerState.SetScrobbleEnabled(!_mockPlayerState.GetScrobbleEnabled()));
 }