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
  • } }