streamer as separate application; working streamer monitor interface

This commit is contained in:
bkfox
2019-09-21 17:14:40 +02:00
parent 4e61ec1520
commit d3f39c5ade
39 changed files with 1347 additions and 148 deletions

View File

@ -93,7 +93,7 @@ Blocks:
{% block main %}
{% if has_filters %}
<nav class="navbar filters"
<nav class="navbar toolbar"
aria-label="{% trans "list filters" %}">
{% block filters %}{% endblock %}
</nav>
@ -132,8 +132,8 @@ Blocks:
</div>
<hr>
{% include "aircox/player.html" %}
</div>
<div id="player">{% include "aircox/player.html" %}</div>
</body>
</html>