Beispiel #1
0
 public User GetTrackCreator(Track t)
 {
     return(new User(LibSpotify.sp_playlist_track_creator_r(Handle, t.Index), false));
 }