mirror of
https://github.com/Sarsoo/Spotify.NET.git
synced 2024-12-24 06:56:27 +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()
|
public Form1()
|
||||||
{
|
{
|
||||||
InitializeComponent();
|
InitializeComponent();
|
||||||
spotify = new SpotifyLocalAPIClass(true);
|
spotify = new SpotifyLocalAPIClass();
|
||||||
if (!SpotifyLocalAPIClass.IsSpotifyRunning())
|
if (!SpotifyLocalAPIClass.IsSpotifyRunning())
|
||||||
{
|
{
|
||||||
spotify.RunSpotify();
|
spotify.RunSpotify();
|
||||||
|
Loading…
Reference in New Issue
Block a user