Skip to content

Commit

Permalink
Fix noscript player
Browse files Browse the repository at this point in the history
  • Loading branch information
codedmonkey committed Jun 6, 2024
1 parent adf39b2 commit 58444eb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions client/index.html.tpl
Original file line number Diff line number Diff line change
Expand Up @@ -52,13 +52,13 @@
<div class="ip-header">
<span>No Agenda Stream</span>
</div>
<audio src="http://listen.noagendastream.com/noagenda.m3u" preload="none" controls></audio>
<audio src="http://listen.noagendastream.com/noagenda?type=.mp3" preload="none" controls></audio>
</div>
<div class="inline-player">
<div class="ip-header">
<span>No Agenda Stream v4v Music</span>
</div>
<audio src="http://listen.noagendastream.com/v4vmusic.m3u" preload="none" controls></audio>
<audio src="http://listen.noagendastream.com/v4vmusic?type=.mp3" preload="none" controls></audio>
</div>
<p>No Agenda Stream is part of the No Agenda network.</p>
<p>
Expand Down

0 comments on commit 58444eb

Please sign in to comment.