ChobiQ.DoubanFMAPICodePack.DoubanFMClient.Unlike C# (CSharp) 메소드

Unlike() 공개 메소드

Indicates user unmark current song as a liked-song.
public Unlike ( ) : void
리턴 void
        public void Unlike()
        {
            PlaylistRequest request = new PlaylistRequest(
                _status, _history, PlayOperation.Unlike, CurrentChannel,
                CurrentSong);

            request.GetResponse();
        }