// GET: /Spotify/SaveAlbum public ContentResult AddSavedAlbum( string id) { Spotify.AddSavedAlbum(id); return(this.Content("")); }