mirror of
https://github.com/Sarsoo/Spotify.NET.git
synced 2024-12-24 06:56:27 +00:00
Changed 'SpotifyAPIExample' to 'SpotifyLocalAPIExample'
This commit is contained in:
parent
256b1145fe
commit
763c095818
@ -62,6 +62,14 @@ namespace SpotifyAPI.SpotifyLocalAPI
|
||||
rh.SendPlayRequest(uri);
|
||||
}
|
||||
/// <summary>
|
||||
/// Adds a Spotify URI to the Queue
|
||||
/// </summary>
|
||||
/// <param name="uri">The Spotify URI. Can be checked with <seealso cref="SpotifyLocalAPIClass.IsValidSpotifyURI"/></param>
|
||||
public void AddToQueue(String uri)
|
||||
{
|
||||
rh.SendQueueRequest(uri);
|
||||
}
|
||||
/// <summary>
|
||||
/// Checks if the current "Track" is an Advert
|
||||
/// </summary>
|
||||
/// <returns>True if it's an Advert, false if not</returns>
|
||||
|
Loading…
Reference in New Issue
Block a user