mirror of
https://github.com/Sarsoo/Spotify.NET.git
synced 2024-12-23 14:46:26 +00:00
Reset Buildpath | Removed DLL in main Folder | Made a 5000ms delay for Spotify to run
This commit is contained in:
parent
76f3a8716b
commit
28e61c638b
BIN
SpotifyAPI.dll
BIN
SpotifyAPI.dll
Binary file not shown.
@ -1,3 +0,0 @@
|
||||
<?xml version="1.0" encoding="utf-8" ?>
|
||||
<configuration>
|
||||
</configuration>
|
@ -16,7 +16,7 @@
|
||||
<DebugSymbols>true</DebugSymbols>
|
||||
<DebugType>full</DebugType>
|
||||
<Optimize>false</Optimize>
|
||||
<OutputPath>..\</OutputPath>
|
||||
<OutputPath>bin\Debug\</OutputPath>
|
||||
<DefineConstants>DEBUG;TRACE</DefineConstants>
|
||||
<ErrorReport>prompt</ErrorReport>
|
||||
<WarningLevel>4</WarningLevel>
|
||||
@ -28,6 +28,7 @@
|
||||
<DefineConstants>TRACE</DefineConstants>
|
||||
<ErrorReport>prompt</ErrorReport>
|
||||
<WarningLevel>4</WarningLevel>
|
||||
<DocumentationFile>bin\Release\SpotifyAPI.XML</DocumentationFile>
|
||||
</PropertyGroup>
|
||||
<ItemGroup>
|
||||
<Reference Include="Newtonsoft.Json, Version=4.5.0.0, Culture=neutral, PublicKeyToken=30ad4fe6b2a6aeed, processorArchitecture=MSIL">
|
||||
|
@ -26,7 +26,7 @@ namespace SpotifyAPI_Example
|
||||
if (!SpotifyAPI.IsSpotifyRunning())
|
||||
{
|
||||
spotify.RunSpotify();
|
||||
Thread.Sleep(4000);
|
||||
Thread.Sleep(5000);
|
||||
}
|
||||
|
||||
if (!SpotifyAPI.IsSpotifyWebHelperRunning())
|
||||
|
Loading…
Reference in New Issue
Block a user