support for user defined base seek time

This commit is contained in:
unK
2008-09-27 23:08:03 +02:00
parent 9b65b39126
commit 0318da84ca
4 changed files with 10 additions and 1 deletions

View File

@@ -141,6 +141,7 @@ struct ncmpcpp_config
int mpd_connection_timeout;
int crossfade_time;
int seek_time;
int playlist_disable_highlight_delay;
int message_delay_time;
};