mirror of
https://github.com/Sarsoo/Spotify.NET.git
synced 2024-12-23 22:56:25 +00:00
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:
parent
84b28a1aa9
commit
510c33489d
@ -23,7 +23,7 @@ namespace SpotifyAPI_Example
|
||||
public Form1()
|
||||
{
|
||||
InitializeComponent();
|
||||
spotify = new SpotifyLocalAPIClass(true);
|
||||
spotify = new SpotifyLocalAPIClass();
|
||||
if (!SpotifyLocalAPIClass.IsSpotifyRunning())
|
||||
{
|
||||
spotify.RunSpotify();
|
||||
|
Loading…
Reference in New Issue
Block a user