From bb78b4bf0e360309fbe834bef8e8c6cb293fa333 Mon Sep 17 00:00:00 2001 From: Johan Klinge Date: Mon, 17 Dec 2018 17:23:21 +0100 Subject: [PATCH] Artist.GetInfoCommand - added lang parameter --- src/IF.Lastfm.Core/Api/Commands/Artist/GetInfoCommand.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/IF.Lastfm.Core/Api/Commands/Artist/GetInfoCommand.cs b/src/IF.Lastfm.Core/Api/Commands/Artist/GetInfoCommand.cs index 77835439..426586e7 100644 --- a/src/IF.Lastfm.Core/Api/Commands/Artist/GetInfoCommand.cs +++ b/src/IF.Lastfm.Core/Api/Commands/Artist/GetInfoCommand.cs @@ -35,7 +35,7 @@ public override void SetParameters() { Parameters.Add("artist", ArtistName); } - + Parameters.Add("lang", BioLanguage); Parameters.Add("autocorrect", Convert.ToInt32(Autocorrect).ToString()); DisableCaching();