change Output into Port; fix stuffs

This commit is contained in:
bkfox
2016-12-09 15:43:29 +01:00
parent eb67418bcd
commit a7197cc4f7
32 changed files with 97 additions and 171 deletions

View File

@ -157,7 +157,7 @@ stream = fallback([
{% block outputs %}
{% for output in station.output_set.all %}
{% for output in station.outputs %}
output.{{ output.get_type_display }}(
{{ station.streamer.id }},
{% if controller.settings %},