diff --git a/SpotifyAPI.dll b/SpotifyAPI.dll
deleted file mode 100644
index 40a7043e..00000000
Binary files a/SpotifyAPI.dll and /dev/null differ
diff --git a/SpotifyAPI.dll.config b/SpotifyAPI.dll.config
deleted file mode 100644
index 49cc43e1..00000000
--- a/SpotifyAPI.dll.config
+++ /dev/null
@@ -1,3 +0,0 @@
-
-
-
\ No newline at end of file
diff --git a/SpotifyAPI/SpotifyAPI.csproj b/SpotifyAPI/SpotifyAPI.csproj
index 5c3d135e..6e78dde9 100644
--- a/SpotifyAPI/SpotifyAPI.csproj
+++ b/SpotifyAPI/SpotifyAPI.csproj
@@ -16,7 +16,7 @@
true
full
false
- ..\
+ bin\Debug\
DEBUG;TRACE
prompt
4
@@ -28,6 +28,7 @@
TRACE
prompt
4
+ bin\Release\SpotifyAPI.XML
diff --git a/SpotifyAPI_Example/Form1.cs b/SpotifyAPI_Example/Form1.cs
index 8c957c4f..b7f5d47c 100644
--- a/SpotifyAPI_Example/Form1.cs
+++ b/SpotifyAPI_Example/Form1.cs
@@ -26,7 +26,7 @@ namespace SpotifyAPI_Example
if (!SpotifyAPI.IsSpotifyRunning())
{
spotify.RunSpotify();
- Thread.Sleep(4000);
+ Thread.Sleep(5000);
}
if (!SpotifyAPI.IsSpotifyWebHelperRunning())