Merge pull request #4672 from Mental-Vortex/master

fix: Return when ID doesn't exist, we only care about the interest list.
This commit is contained in:
Alexis Rouillard
2026-07-03 21:44:13 +02:00
committed by GitHub
+1
View File
@@ -211,6 +211,7 @@ void waybar::modules::Wireplumber::onMixerChanged(waybar::modules::Wireplumber*
return; return;
} }
} }
return;
} }
spdlog::warn("[{}]: (onMixerChanged: {}) - Object with id {} not found", self->name_, spdlog::warn("[{}]: (onMixerChanged: {}) - Object with id {} not found", self->name_,