Added docs to the Local-API

This commit is contained in:
Johnny Dellinger @PC 2015-10-15 14:58:23 +02:00
parent f09c52a60c
commit 5c3c354c26

View File

@ -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"))