From 4bbf0d85e087a950568bdb86e46f81a8c398f219 Mon Sep 17 00:00:00 2001 From: bkfox Date: Fri, 18 Mar 2022 03:53:40 +0100 Subject: [PATCH] correct station name in player --- aircox/templates/aircox/widgets/player.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/aircox/templates/aircox/widgets/player.html b/aircox/templates/aircox/widgets/player.html index ef53cf5..bc9d43f 100644 --- a/aircox/templates/aircox/widgets/player.html +++ b/aircox/templates/aircox/widgets/player.html @@ -40,7 +40,7 @@ The audio player
[[ live.current.data.info ]]

- {{ station.name }} + {{ request.station.name }}