From 32d7e1c9cb9703a6f403256f30bb4cb0b0a09274 Mon Sep 17 00:00:00 2001 From: Laura Hausmann Date: Thu, 1 Jun 2023 02:13:59 +0200 Subject: [PATCH] Title fixes --- Pages/Index.cshtml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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}"; }