Ejemplo n.º 1
0
        public static ErrorResponse AddToQ(string SongURI)
        {
            // Tries to add a song to the current playback queue
            ErrorResponse error = spotify.AddToQueue(SongURI, Settings.SpotifyDeviceID);

            return(error);
        }