fix style, ew

This commit is contained in:
Laura Hausmann 2020-12-21 20:59:49 +01:00
parent b9794110cd
commit 56c9893e95
Signed by: zotan
GPG key ID: 5EC1D38FFC321311

View file

@ -35,10 +35,10 @@ else {
<script>queue.push('@Html.Raw(jsfile)')</script>
<a class="action" href="@Html.Raw(IndexModel.Encode(Model.Fullpath + "/" + file))" download>[DL]</a>
<a href="#" onclick="playSong('@Html.Raw(jsfile)')"> @file</a>
@if (System.IO.File.Exists(lrcpath)) {
<a class="action" href="?@Model.Path/@lrcfile" target="_blank">[LRC]</a>
}
<a href="#" onclick="playSong('@Html.Raw(jsfile)')"> @file</a>
<br/>
}
}