Make 'update_environment' action also update local mpd status

This commit is contained in:
Andrzej Rybczak
2017-01-06 02:25:10 +01:00
parent 401e732056
commit 0d8b2aee4b
4 changed files with 14 additions and 6 deletions

View File

@@ -231,7 +231,7 @@ struct UpdateEnvironment: BaseAction
{
UpdateEnvironment();
void run(bool update_status, bool refresh_window);
void run(bool update_status, bool refresh_window, bool mpd_sync);
private:
boost::posix_time::ptime m_past;