diff --git a/SpotifyLocalAPIExample/Form1.cs b/SpotifyLocalAPIExample/Form1.cs index 652c9c00..86acb256 100644 --- a/SpotifyLocalAPIExample/Form1.cs +++ b/SpotifyLocalAPIExample/Form1.cs @@ -23,7 +23,7 @@ namespace SpotifyAPI_Example public Form1() { InitializeComponent(); - spotify = new SpotifyLocalAPIClass(true); + spotify = new SpotifyLocalAPIClass(); if (!SpotifyLocalAPIClass.IsSpotifyRunning()) { spotify.RunSpotify();