JohnnyCrazy / SpotifyAPI-NET

:sound: A Client for the Spotify Web API, written in C#/.NET
http://johnnycrazy.github.io/SpotifyAPI-NET/
MIT License
1.51k stars 310 forks source link

How to use PlayURL in vb.net #95

Closed ghost closed 8 years ago

ghost commented 8 years ago

Hello I'm new with VB.NET. I'm trying to play a uri with VB.net and nothing occurs... i can start Spotify from my app, i can connect to spotify, can play, can pause. But i can't start a uri :-( This is the code: Dim _spotify = New SpotifyAPI.Local.SpotifyLocalAPI _spotify.PlayURL("spotify:track:7C8IuUSsJA1GhxJYL1Wt2t", "")

Can anyone give me some way? Thanks in advance and best regards ViV

ghost commented 8 years ago

Done.