fix style

This commit is contained in:
Laura Hausmann 2020-12-21 21:31:18 +01:00
parent 4af262a28e
commit e1992cfd82
Signed by: zotan
GPG key ID: 5EC1D38FFC321311

View file

@ -1,4 +1,5 @@
@page
@using System.IO
@model IndexModel
@{
ViewData["Title"] = $"webmusic on .NET {Environment.Version}";
@ -38,7 +39,7 @@ else {
@if (System.IO.File.Exists(lrcpath)) {
<a class="action" href="?@Model.Path/@lrcfile" target="_blank">[LRC]</a>
}
else {
else if(Directory.GetFiles(@Model.Fullpath, "*.lrc").Length != 0) {
<a class="action">[---]</a>
}
<a href="#" onclick="playSong('@Html.Raw(jsfile)')"> @file</a>