Пример #1
0
 public Track ToTrack()
 {
     ThrowHelper.AssertLinkConverstion(LinkType, LinkType.Track);
     return(new Track(LibSpotify.sp_link_as_track_r(Handle), false));
 }