just default streamPrefix to pandoraURL for now

This commit is contained in:
j 2023-03-02 16:30:29 +01:00
commit e9378efc62
2 changed files with 9 additions and 9 deletions

View file

@ -28,7 +28,7 @@
<script>
var config = {{ text.json | safe }};
var pandoraURL = "{{ pandora_url }}";
var streamPrefix = "{{ stream_prefix }}";
var streamPrefix = "{{ pandora_url }}";
</script>
<script src="/static/js/api.js?2021112223"></script>
{% if text.data.view == 'player' %}