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();