fix: Return when ID doesn't exist, we only care about the interest list.

This commit is contained in:
Mental-Vortex
2025-11-30 15:35:10 +08:00
parent 161367d961
commit b277b63999
+1
View File
@@ -200,6 +200,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_,