mirror of
https://git.wownero.com/dsc/ircradio.git
synced 2024-08-15 01:03:15 +00:00
more scheme nonsense
This commit is contained in:
parent
ba37f74599
commit
9cff22f6ac
2 changed files with 2 additions and 1 deletions
|
@ -20,7 +20,7 @@
|
|||
<li class="progress_str text-muted">00:00 / 00:00</li>
|
||||
</ul>
|
||||
|
||||
<button data-playing="false" data-url="{{ "http://" + settings.icecast2_hostname + "/" + rs.mount_point }}" data-radio="{{ rs.id }}" type="button" class="btn btn-play btn-block btn-outline-primary mb-2">
|
||||
<button data-playing="false" data-url="{{ settings.icecast2_scheme + settings.icecast2_hostname + "/" + rs.mount_point }}" data-radio="{{ rs.id }}" type="button" class="btn btn-play btn-block btn-outline-primary mb-2">
|
||||
<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" fill="currentColor" class="btn_audio_icon bi bi-play" viewBox="0 0 16 16">
|
||||
<path d="M10.804 8 5 4.633v6.734L10.804 8zm.792-.696a.802.802 0 0 1 0 1.392l-6.363 3.692C4.713 12.69 4 12.345 4 11.692V4.308c0-.653.713-.998 1.233-.696l6.363 3.692z"></path>
|
||||
</svg>
|
||||
|
|
|
@ -36,6 +36,7 @@ irc_ignore_pms = False
|
|||
irc_command_prefix = "!"
|
||||
|
||||
icecast2_hostname = "radio.wownero.com"
|
||||
icecast2_scheme = "https"
|
||||
icecast2_max_clients = 32
|
||||
icecast2_bind_host = "127.0.0.1"
|
||||
icecast2_bind_port = 24100
|
||||
|
|
Loading…
Reference in a new issue