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 %}