We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2881b23 commit aaf951dCopy full SHA for aaf951d
index.html
@@ -82,7 +82,7 @@ <h5>Featured</h5>
82
</div>
83
<div class="col fit-content" style="padding: 0px;">
84
<div style="max-height: 24px;max-width: 95%;word-wrap: normal; padding-left: 20px;"><span id="player-name">Song</span><span><br></span><span id="player-album">Album</span></div><br>
85
- <audio id="player" controls="controls" style="width: 100%;height: 30px; padding-left: 20px; padding-top:5px;">
+ <audio id="player" controls="controls" controlsList="nodownload" style="width: 100%;height: 30px; padding-left: 20px; padding-top:5px;">
86
<source id="audioSource" src=""></source>
87
Your browser does not support the audio format.
88
</audio>
0 commit comments