player view

This commit is contained in:
j 2021-11-21 11:41:03 +01:00
commit a1f7684ff7
3 changed files with 12 additions and 3 deletions

View file

@ -39,5 +39,9 @@
var config = {{ text.json | safe }};
var pandoraURL = "{{ pandora_url }}";
</script>
<script src="/static/js/ascroll.js?2"></script>
{% if text.data.view == 'player' %}
<script src="/static/js/player.js"></script>
{% else %}
<script src="/static/js/ascroll.js"></script>
{% endif %}
{% endblock %}