diff --git a/Pages/Index.cshtml b/Pages/Index.cshtml index f1918b9..ee8590a 100644 --- a/Pages/Index.cshtml +++ b/Pages/Index.cshtml @@ -4,7 +4,7 @@ @model IndexModel @{ if (Model.LogConditionsMet) - ViewData["Title"] = $"{HttpUtility.UrlDecode(Model.LogArtist)} - {Model.LogAlbum} ~ webmusic on .NET {Environment.Version}"; + ViewData["Title"] = $"{HttpUtility.UrlDecode(Model.LogArtist)} - {HttpUtility.UrlDecode(Model.LogAlbum)} ~ webmusic on .NET {Environment.Version}"; else ViewData["Title"] = $"{Model.Displaypath} ~ webmusic on .NET {Environment.Version}"; }