diff options
Diffstat (limited to 'src/settings.h')
-rw-r--r-- | src/settings.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/settings.h b/src/settings.h index 1a9b256..2e5a378 100644 --- a/src/settings.h +++ b/src/settings.h @@ -100,7 +100,7 @@ typedef struct { char *atIcon; char *npSongFormat; char *npStationFormat; - char *listSongFormat; + char *listSongFormat, *timeFormat; char *fifo; char *rpcHost, *rpcTlsPort, *partnerUser, *partnerPassword, *device, *inkey, *outkey, *caBundle; char *audioPipe; |