From 39f8df6ae9419b46b1459053ccb5f2357af4ae4b Mon Sep 17 00:00:00 2001 From: "Leah (ctucx)" Date: Sat, 6 Mar 2021 23:30:42 +0100 Subject: [PATCH] needed changes on template to make previous commit work --- Pages/Index.cshtml | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/Pages/Index.cshtml b/Pages/Index.cshtml index f57e79e..6c3fefe 100644 --- a/Pages/Index.cshtml +++ b/Pages/Index.cshtml @@ -25,7 +25,7 @@ else { @foreach (var dir in Model.Dirs) {
  • [--] - @dir + @dir
  • } @foreach (var file in Model.Files) { @@ -36,7 +36,6 @@ else { var lrcpath = System.IO.Path.Combine(Model.Fullpath, lrcfile);
  • - [DL] @if (System.IO.File.Exists(lrcpath)) { [LRC] @@ -44,7 +43,7 @@ else { else if(Directory.GetFiles(@Model.Fullpath, "*.lrc").Length != 0) { [---] } - @file + @file
  • } }