add config option for default place to search in (database/playlist)

This commit is contained in:
Andrzej Rybczak
2008-11-22 18:31:47 +01:00
parent f71c02fccc
commit ef7b8fd276
5 changed files with 13 additions and 7 deletions

View File

@@ -145,6 +145,7 @@ struct ncmpcpp_config
bool incremental_seeking;
bool now_playing_lyrics;
bool local_browser;
bool search_in_db;
int mpd_port;
int mpd_connection_timeout;