Skip to content

Commit aaf951d

Browse files
committed
disallow raw downloads
1 parent 2881b23 commit aaf951d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ <h5>Featured</h5>
8282
</div>
8383
<div class="col fit-content" style="padding: 0px;">
8484
<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;">
85+
<audio id="player" controls="controls" controlsList="nodownload" style="width: 100%;height: 30px; padding-left: 20px; padding-top:5px;">
8686
<source id="audioSource" src=""></source>
8787
Your browser does not support the audio format.
8888
</audio>

0 commit comments

Comments
 (0)