diff options
author | Kalle Wallin <kaw@linux.se> | 2005-06-06 16:59:49 +0000 |
---|---|---|
committer | Kalle Wallin <kaw@linux.se> | 2005-06-06 16:59:49 +0000 |
commit | 38880bd748572c2f3b05c6625ab1029ece2483c4 (patch) | |
tree | e571bd56fb88b41ab5acc523a1b8ecd25f1a4e9f /src/ncmpc.h | |
parent | 996a3ca723224e6f956bc1a0c3da8653a946bcfa (diff) | |
download | mpd-38880bd748572c2f3b05c6625ab1029ece2483c4.tar.gz mpd-38880bd748572c2f3b05c6625ab1029ece2483c4.tar.xz mpd-38880bd748572c2f3b05c6625ab1029ece2483c4.zip |
Added an experimental artist (browser) screen
git-svn-id: https://svn.musicpd.org/ncmpc/trunk@3322 09075e82-0dd4-0310-85a5-a0d7c8717e4f
Diffstat (limited to 'src/ncmpc.h')
-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 |