mirror of
https://gitlab.com/MrFry/mrfrys-node-server
synced 2025-04-01 20:24:18 +02:00
Album art for audio
This commit is contained in:
@@ -21,6 +21,11 @@
|
||||
<h2>
|
||||
<%= fname %>
|
||||
</h2>
|
||||
<image
|
||||
style="width:auto; max-height: 400px;"
|
||||
onerror="this.style.display='none'"
|
||||
src=<%= url + albumArt %>
|
||||
/>
|
||||
<audio id="audioPlayer" controls style="width:100%">
|
||||
<source src="<%= url %><%= path %>?stream=true" type=<%= contentType %>>
|
||||
</audio>
|
||||
|
Reference in New Issue
Block a user