From 41a00cc1e643d9e9a69991ead268777ecd17c154 Mon Sep 17 00:00:00 2001 From: Lars-Dominik Braun Date: Sat, 30 Sep 2017 17:06:41 +0200 Subject: Add tired rating to song Now we can show a tired icon in the history. Closes #637. --- src/settings.h | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'src/settings.h') diff --git a/src/settings.h b/src/settings.h index 083e610..b70e4f9 100644 --- a/src/settings.h +++ b/src/settings.h @@ -96,8 +96,7 @@ typedef struct { char *bindTo; char *autostartStation; char *eventCmd; - char *loveIcon; - char *banIcon; + char *loveIcon, *banIcon, *tiredIcon; char *atIcon; char *npSongFormat; char *npStationFormat; -- cgit v1.2.3