Example #1
0
        public async Task <bool> NextAsync(string url)
        {
            await Task.Run(() => SpotifyHelper.Next(url));

            return(true);
        }