diff --git a/ui-templates/config_player.html b/ui-templates/config_player.html index 2b329e4..1c09a90 100644 --- a/ui-templates/config_player.html +++ b/ui-templates/config_player.html @@ -9,7 +9,16 @@
{% for channel in data.channels %}
- Player {{channel.channel}}: {% if channel.output %}{{channel.output}}{% else %}Default Audio Device{% endif %}
+ Player {{channel.channel}}:
+ {% if channel.output %}
+ {{channel.output}}
+ {% else %}
+ Default Audio Device
+ {% endif %}
+ {% if not channel.initialised %}
+ - ERROR: Player did not start, potentially missing sound output?
+ {% endif %}
+
{% endfor %}