sigue bcast

This commit is contained in:
mynah
2018-07-27 18:55:22 -05:00
parent c2be824f0f
commit 57b9744444
8 changed files with 30 additions and 33 deletions

View File

@@ -38,7 +38,7 @@
</section></article> </section>
<script>
const nick="<%= $nick %>";
const radio_server="<%= $radio_server %>";
const listen_url="<%= $listen_url %>";
const channel="<%= $channel %>";
const radio_server="<%= $config->{radio_server} %>";
const listen_url="<%= $config->{radio_listen_url} %>";
const channel="<%= $config->{radio_channel} %>";
</script>