new feature: sort songs in browser by mtime (optional)

This commit is contained in:
Andrzej Rybczak
2009-10-10 23:32:05 +02:00
parent b48133a743
commit 3551057dbb
7 changed files with 17 additions and 2 deletions

View File

@@ -207,6 +207,7 @@ struct ncmpcpp_config
bool mouse_support;
bool new_design;
bool visualizer_use_wave;
bool browser_sort_by_mtime;
int mpd_port;
int mpd_connection_timeout;