forked from rc/aircox
update
This commit is contained in:
@ -133,7 +133,7 @@ Blocks:
|
||||
|
||||
<hr>
|
||||
</div>
|
||||
<div id="player">{% include "aircox/player.html" %}</div>
|
||||
<div id="player">{% include "aircox/widgets/player.html" %}</div>
|
||||
</body>
|
||||
</html>
|
||||
|
||||
|
@ -16,7 +16,7 @@
|
||||
</noscript>
|
||||
|
||||
<a-player ref="player" src="{{ audio_streams.0 }}"
|
||||
live-info-url="{% url "api-live" %}" :live-info-timeout="20"
|
||||
live-info-url="{% url "api:live" %}" :live-info-timeout="20"
|
||||
button-title="{% trans "Play or pause audio" %}">
|
||||
<template v-slot:sources>
|
||||
{% for stream in audio_streams %}
|
Reference in New Issue
Block a user