Added image to manual, mkv video handling, image onerror change to alt

This commit is contained in:
MrFry 2019-12-27 09:08:29 +01:00
parent 10c030f306
commit b7dc475cd4
5 changed files with 10 additions and 5 deletions

View file

@ -21,11 +21,11 @@
<h2>
<%= fname %>
</h2>
<image
<img
id="coverArt"
style="width:auto; max-height: 100%;"
onerror="this.style.display='none'"
src="<%= url + albumArt %>"
alt=' '
/>
<audio id="audioPlayer" controls style="width:100%">
<source src="<%= url %><%= path %>?stream=true" type=<%= contentType %>>