mirror of
https://gitlab.com/MrFry/mrfrys-node-server
synced 2025-04-01 20:24:18 +02:00
Added image to manual, mkv video handling, image onerror change to alt
This commit is contained in:
parent
10c030f306
commit
b7dc475cd4
5 changed files with 10 additions and 5 deletions
|
@ -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 %>>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue