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 f09c52a commit 5c3c354Copy full SHA for 5c3c354
SpotifyAPI/Local/SpotifyLocalAPI.cs
@@ -139,11 +139,18 @@ public Boolean Connect()
139
return _rh.Init();
140
}
141
142
+ /// <summary>
143
+ /// Update and returns the new StatusResponse from the Spotify-Player
144
+ /// </summary>
145
+ /// <returns>An up-to-date StatusResponse</returns>
146
public StatusResponse GetStatus()
147
{
148
return _rh.GetNewStatus();
149
150
151
152
+ /// Mutes Spotify (Requires nircmd.dll)
153
154
public void Mute()
155
156
if (File.Exists("nircmd.dll"))
0 commit comments