Changed a message in an audio element for in case it is not supported by a browser.
This commit is contained in:
parent
2eb79a86a8
commit
812af85f63
@ -64,7 +64,7 @@ templ Index(curSong *radio.Song, sl []radio.Song, slLen int64, lstnrs *radio.Lis
|
||||
</div>
|
||||
<audio preload="none" controls playsinline>
|
||||
<source src="/live/stream.ogg" type="audio/ogg" />
|
||||
Your browser doesn't support an audio element, it's sad... But you always can take the <a href="/playlist">playlist</a>!
|
||||
Seems like your browser doesn't support an audio element, but you can grab the <a href="/playlist">playlist</a>.
|
||||
</audio>
|
||||
<div>
|
||||
<p>
|
||||
|
Loading…
Reference in New Issue
Block a user