summaryrefslogtreecommitdiff
path: root/src/ui.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/ui.c')
-rw-r--r--src/ui.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ui.c b/src/ui.c
index 25dee66..68f0cd9 100644
--- a/src/ui.c
+++ b/src/ui.c
@@ -713,7 +713,7 @@ inline void BarUiPrintSong (const BarSettings_t *settings,
char outstr[512];
const char *vals[] = {song->title, song->artist, song->album,
(song->rating == PIANO_RATE_LOVE) ? settings->loveIcon : "",
- station != NULL ? " @ " : "",
+ station != NULL ? settings->atIcon : "",
station != NULL ? station->name : "",
song->detailUrl};