diff options
Diffstat (limited to '')
-rw-r--r-- | src/ncmpc.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/ncmpc.h b/src/ncmpc.h index 0c72a099f..194d7ac5c 100644 --- a/src/ncmpc.h +++ b/src/ncmpc.h @@ -5,6 +5,9 @@ #include "config.h" #endif +#ifndef DISABLE_ARTIST_SCREEN +#define ENABLE_ARTIST_SCREEN 1 +#endif #ifndef DISABLE_SEARCH_SCREEN #define ENABLE_SEARCH_SCREEN 1 #endif |