예제 #1
0
 public bool HasTrackBeenSeen(Track t)
 {
     return(LibSpotify.sp_playlist_track_seen_r(Handle, t.Index));
 }