// GET: /Spotify/GetAlbumImage public ActionResult GetAlbumImage( string id) { return(Redirect(Spotify.GetAlbumImageUrl(id))); }