flowerpower

This commit is contained in:
mynah
2018-08-14 02:33:30 -05:00
parent b05388ac29
commit a43ea3e778
9 changed files with 120 additions and 15 deletions

View File

@@ -39,6 +39,6 @@
<script>
const nick="<%= $nick %>";
const radio_server="<%= $config->{radio_server} %>";
const listen_url="<%= $config->{radio_listen_url} %>";
const listen_url="<%= $config->{radio_server_name} %>";
const channel="<%= $config->{radio_channel} %>";
</script>