correct station name in player

This commit is contained in:
bkfox 2022-03-18 03:53:40 +01:00
parent 789808e815
commit 4bbf0d85e0

View File

@ -40,7 +40,7 @@ The audio player
<div class="">[[ live.current.data.info ]]</div> <div class="">[[ live.current.data.info ]]</div>
</div> </div>
<h4 v-else class="title is-4" aria-description="{% trans "Currently playing" %}"> <h4 v-else class="title is-4" aria-description="{% trans "Currently playing" %}">
{{ station.name }} {{ request.station.name }}
</h4> </h4>
</template> </template>