Merge branch 'master' of gitlab.com:MrFry/mrfrys-node-server

This commit is contained in:
MrFry 2019-11-10 15:56:48 +01:00
commit 29317cc29a
2 changed files with 5 additions and 3 deletions

@ -1 +1 @@
Subproject commit fe74436ab119a31fdb35f7a3bbae50a572b0fb21
Subproject commit cbfaffa70ceb29b4beac4b13f6cbb4b85baac8a8

View file

@ -22,9 +22,10 @@
<%= fname %>
</h2>
<image
style="width:auto; max-height: 400px;"
id="coverArt"
style="width:auto; max-height: 100%;"
onerror="this.style.display='none'"
src=<%= url + albumArt %>
src="<%= url + albumArt %>"
/>
<audio id="audioPlayer" controls style="width:100%">
<source src="<%= url %><%= path %>?stream=true" type=<%= contentType %>>
@ -33,5 +34,6 @@
</body>
<script>
console.log('a')
document.getElementById('coverArt').style.height = window.innerHeight - 140
</script>
</html>