Undo my change to the local sample code so it doesn't default to using the beta version of Spotify.

This commit is contained in:
Gus Perez (Home) 2015-02-22 11:34:56 -08:00
parent 84b28a1aa9
commit 510c33489d

View File

@ -23,7 +23,7 @@ namespace SpotifyAPI_Example
public Form1()
{
InitializeComponent();
spotify = new SpotifyLocalAPIClass(true);
spotify = new SpotifyLocalAPIClass();
if (!SpotifyLocalAPIClass.IsSpotifyRunning())
{
spotify.RunSpotify();