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:
@@ -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 %>>
|
||||
|
Reference in New Issue
Block a user