mirror of
https://github.com/Sarsoo/Spotify.NET.git
synced 2024-12-23 22:56:25 +00:00
Added docs to the Local-API
This commit is contained in:
parent
f09c52a60c
commit
5c3c354c26
@ -139,11 +139,18 @@ namespace SpotifyAPI.Local
|
||||
return _rh.Init();
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Update and returns the new StatusResponse from the Spotify-Player
|
||||
/// </summary>
|
||||
/// <returns>An up-to-date StatusResponse</returns>
|
||||
public StatusResponse GetStatus()
|
||||
{
|
||||
return _rh.GetNewStatus();
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Mutes Spotify (Requires nircmd.dll)
|
||||
/// </summary>
|
||||
public void Mute()
|
||||
{
|
||||
if (File.Exists("nircmd.dll"))
|
||||
|
Loading…
Reference in New Issue
Block a user