settings: add 'execute_on_player_state_change' option

This commit is contained in:
ben01189998819991197253@users.noreply.github.com
2016-03-02 20:21:16 -06:00
committed by Andrzej Rybczak
parent 8d12ac790f
commit 4130d3ba24
6 changed files with 44 additions and 8 deletions

View File

@@ -76,6 +76,7 @@ struct Configuration
std::string external_editor;
std::string system_encoding;
std::string execute_on_song_change;
std::string execute_on_player_state_change;
std::string lastfm_preferred_language;
std::wstring progressbar;
std::wstring visualizer_chars;
@@ -199,4 +200,3 @@ struct Configuration
extern Configuration Config;
#endif // NCMPCPP_SETTINGS_H