TRock.Music.Spotify.SpotifySongProvider.SpotifySongProvider C# (CSharp) Method

SpotifySongProvider() public method

public SpotifySongProvider ( ISpotifyImageProvider imageProvider ) : System
imageProvider ISpotifyImageProvider
return System
        public SpotifySongProvider(ISpotifyImageProvider imageProvider)
        {
            _imageProvider = imageProvider;
            _client = new HttpClient();
        }