diff --git a/src/mpdpp.cpp b/src/mpdpp.cpp index 5069e277..f82a4ac1 100644 --- a/src/mpdpp.cpp +++ b/src/mpdpp.cpp @@ -198,6 +198,7 @@ void Connection::UpdateDirectory(const string &path) itsCurrentStatus->updatingDb = 1; StatusChanges ch; ch.DBUpdating = 1; + ch.StatusFlags = 1; itsUpdater(this, ch, itsErrorHandlerUserdata); } }