update cron script -- mode is now auto

This commit is contained in:
bkfox
2017-03-28 17:46:11 +02:00
parent 53e475a700
commit 245e837ae3
6 changed files with 18 additions and 8 deletions

View File

@ -19,9 +19,7 @@ var sound = player.playlist.add(
);
sound.item.className += ' live';
player.playlist.select(sound, false);
player.update_on_air();
</script>
{% endblock %}

View File

@ -36,10 +36,12 @@
{# you might like to hide it by default -- this more for sections #}
<h2>{{ day|date:'l d F' }}</h2>
{% with item_date_format="H:i" %}
{% with list_no_cover=self.hide_icons %}
{% for item in list %}
{% include "aircox_cms/snippets/date_list_item.html" %}
{% endfor %}
{% endwith %}
{% endwith %}
</ul>
{% endfor %}
</div>