correct station name in player
This commit is contained in:
		@ -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>
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user