We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4f83ac0 commit e5e57c3Copy full SHA for e5e57c3
SpotifyAPI/Local/SpotifyLocalAPI.cs
@@ -199,7 +199,7 @@ public void UnMute()
199
/// <summary>
200
/// Sets the Volume Mixer volume (requires Windows 7 or newer)
201
/// </summary>
202
- /// <param name="volume">A Value between 0 and 100</param>
+ /// <param name="volume">A value between 0 and 100</param>
203
public void SetSpotifyVolume(float volume = 100)
204
{
205
Contract.Requires(0 <= volume && volume <= 100);
SpotifyAPI/Web/SimpleHttpServer.cs
@@ -203,7 +203,6 @@ public void Dispose()
IsActive = false;
_listener.Stop();
206
- Dispose();
207
GC.SuppressFinalize(this);
208
}
209
0 commit comments