Add mute button.

This commit is contained in:
Jim Driessen
2017-09-05 14:02:27 +02:00
parent aadeb44b43
commit 984a068880
4 changed files with 20 additions and 1 deletions

View File

@ -45,7 +45,10 @@
</div>
<div id="queue-container">
<h1 class="h1">Now Playing</h1>
<h1 class="h1">
Now Playing{% if perms.queues.can_control_volume %}
<a id="mute" class="glyphicon glyphicon-volume-off" href="#"></a>{% endif %}
</h1>
<table class="table table-striped">
<thead>
<tr>