mirror of
https://github.com/Sarsoo/Spotify.NET.git
synced 2024-12-24 06:56:27 +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();
|
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()
|
public StatusResponse GetStatus()
|
||||||
{
|
{
|
||||||
return _rh.GetNewStatus();
|
return _rh.GetNewStatus();
|
||||||
}
|
}
|
||||||
|
|
||||||
|
/// <summary>
|
||||||
|
/// Mutes Spotify (Requires nircmd.dll)
|
||||||
|
/// </summary>
|
||||||
public void Mute()
|
public void Mute()
|
||||||
{
|
{
|
||||||
if (File.Exists("nircmd.dll"))
|
if (File.Exists("nircmd.dll"))
|
||||||
|
Loading…
Reference in New Issue
Block a user