From 38e6f55518d54123cea6c26eed190bd9a3007343 Mon Sep 17 00:00:00 2001 From: "Johnny Dellinger @PC" Date: Wed, 15 Jul 2015 17:41:44 +0200 Subject: [PATCH] Marked AddToQueue as obsolete (info at #24) --- SpotifyAPI/Local/SpotifyLocalAPI.cs | 1 + 1 file changed, 1 insertion(+) diff --git a/SpotifyAPI/Local/SpotifyLocalAPI.cs b/SpotifyAPI/Local/SpotifyLocalAPI.cs index 940d5130..05778a46 100644 --- a/SpotifyAPI/Local/SpotifyLocalAPI.cs +++ b/SpotifyAPI/Local/SpotifyLocalAPI.cs @@ -202,6 +202,7 @@ namespace SpotifyAPI.Local /// Adds a Spotify URI to the Queue /// /// The Spotify URI + [Obsolete("This method doesn't work with the current spotify version.")] public void AddToQueue(String uri) { _rh.SendQueueRequest(uri);