From 5c3c354c26c763c46cf6ab2d1283611591ee14ee Mon Sep 17 00:00:00 2001 From: "Johnny Dellinger @PC" Date: Thu, 15 Oct 2015 14:58:23 +0200 Subject: [PATCH] Added docs to the Local-API --- SpotifyAPI/Local/SpotifyLocalAPI.cs | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/SpotifyAPI/Local/SpotifyLocalAPI.cs b/SpotifyAPI/Local/SpotifyLocalAPI.cs index 9ca4feab0..8c4d16c6f 100644 --- a/SpotifyAPI/Local/SpotifyLocalAPI.cs +++ b/SpotifyAPI/Local/SpotifyLocalAPI.cs @@ -139,11 +139,18 @@ public Boolean Connect() return _rh.Init(); } + /// + /// Update and returns the new StatusResponse from the Spotify-Player + /// + /// An up-to-date StatusResponse public StatusResponse GetStatus() { return _rh.GetNewStatus(); } + /// + /// Mutes Spotify (Requires nircmd.dll) + /// public void Mute() { if (File.Exists("nircmd.dll"))