From 75c86b5fd833e20a6ce8d7c77e3bb73e476455f9 Mon Sep 17 00:00:00 2001 From: Laura Hausmann Date: Thu, 27 May 2021 16:15:56 +0200 Subject: [PATCH] fixed encoding --- Pages/Index.cshtml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Pages/Index.cshtml b/Pages/Index.cshtml index 8ab2249..9d06f5d 100644 --- a/Pages/Index.cshtml +++ b/Pages/Index.cshtml @@ -16,7 +16,7 @@ else { @Model.Displaypath [RC] [..] - Go back + Go back
[--] Download playlist @@ -25,7 +25,7 @@ else { @foreach (var dir in Model.Dirs) {
  • [--] - @dir + @dir
  • } @foreach (var file in Model.Files) {