Marked AddToQueue as obsolete (info at #24)

This commit is contained in:
Johnny Dellinger @PC 2015-07-15 17:41:44 +02:00
parent ede69d6380
commit 38e6f55518

View File

@ -202,6 +202,7 @@ namespace SpotifyAPI.Local
/// Adds a Spotify URI to the Queue
/// </summary>
/// <param name="uri">The Spotify URI</param>
[Obsolete("This method doesn't work with the current spotify version.")]
public void AddToQueue(String uri)
{
_rh.SendQueueRequest(uri);