Skip to content

routes fix

Julian Bouzas requested to merge julian/wireplumber:routes-fix into master

Currently, the routes module does not always restore the default routes when a new device appears. The logic used seems to only restore the routes when the first routes change is notified.

This MR change this logic and always restores the default routes as soon as the device is added.

Merge request reports