mirror of
https://github.com/Sarsoo/Spotify.NET.git
synced 2024-12-24 23:16:28 +00:00
Marked AddToQueue as obsolete (info at #24)
This commit is contained in:
parent
ede69d6380
commit
38e6f55518
@ -202,6 +202,7 @@ namespace SpotifyAPI.Local
|
|||||||
/// Adds a Spotify URI to the Queue
|
/// Adds a Spotify URI to the Queue
|
||||||
/// </summary>
|
/// </summary>
|
||||||
/// <param name="uri">The Spotify URI</param>
|
/// <param name="uri">The Spotify URI</param>
|
||||||
|
[Obsolete("This method doesn't work with the current spotify version.")]
|
||||||
public void AddToQueue(String uri)
|
public void AddToQueue(String uri)
|
||||||
{
|
{
|
||||||
_rh.SendQueueRequest(uri);
|
_rh.SendQueueRequest(uri);
|
||||||
|
Loading…
Reference in New Issue
Block a user