diff --git a/Pages/Index.cshtml b/Pages/Index.cshtml index c448ce2..c96df26 100644 --- a/Pages/Index.cshtml +++ b/Pages/Index.cshtml @@ -38,6 +38,9 @@ else { @if (System.IO.File.Exists(lrcpath)) { [LRC] } + else { + [---] + } @file
}