no audio preload on radio and tracks

This commit is contained in:
Set Hallstrom 2020-07-11 16:18:22 +02:00
parent 81ed275d6a
commit 9f708b5bf1
2 changed files with 2 additions and 2 deletions

View file

@ -138,7 +138,7 @@ logo_image: /siteicon.png
<!-- Audio player-->
<audio autoplay preload="true" data-matomo-title="Basspistol Radio">
<audio preload="none" data-matomo-title="Basspistol Radio">
<source src="https://radio.basspistol.com/radio.mp3" type="audio/mpeg" ontimeupdate='updateTrackTime(this);' />
<source src="https://radio.basspistol.com/radio.ogg" type="audio/ogg" ontimeupdate='updateTrackTime(this);' />
<h1>Your browser isn't ready for so much hotness. Use the download-link instead.</h1>.

View file

@ -81,7 +81,7 @@ layout: default
<!-- Audio player-->
<audio autoplay preload="true" data-matomo-title="Basspistol Radio">
<audio preload="none" data-matomo-title="Basspistol Radio">
<source src="https://radio.basspistol.com/radio.mp3" type="audio/mpeg" ontimeupdate='updateTrackTime(this);' />
<source src="https://radio.basspistol.com/radio.ogg" type="audio/ogg" ontimeupdate='updateTrackTime(this);' />
<h1>Your browser isn't ready for so much hotness. Use the download-link instead.</h1>.