Skip to content

Commit

Permalink
Set rebuldSceneStore_ flag in onProgrammeStoreChanged() (switching a …
Browse files Browse the repository at this point in the history
…program tab will trigger this)
  • Loading branch information
ial-sebastian authored and rsjbailey committed Mar 26, 2021
1 parent 4b817d8 commit 2197042
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions ear-production-suite/lib/src/scene_backend.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -256,6 +256,7 @@ void SceneBackend::onConnectionEvent(
void SceneBackend::onProgrammeStoreChanged(proto::ProgrammeStore store) {
std::lock_guard<std::mutex> lock{storeMutex_};
programmeStore_ = store;
rebuildSceneStore_ = true;
}

std::pair<ItemStore, proto::ProgrammeStore> SceneBackend::stores() {
Expand Down

0 comments on commit 2197042

Please sign in to comment.