mirror of
https://gitlab.freedesktop.org/pipewire/wireplumber.git
synced 2025-12-20 05:20:05 +01:00
state-routes.lua: Don't save again the route when restoring it
There is no need to save the route again after it has been restored because its value has not changed.
This commit is contained in:
parent
5060b27a9e
commit
ed58f65184
1 changed files with 0 additions and 2 deletions
|
|
@ -79,8 +79,6 @@ find_stored_routes_hook = SimpleEventHook {
|
|||
route_info = nil
|
||||
else
|
||||
log:info (device, "found stored route: " .. route_info.name)
|
||||
-- make sure we save it again
|
||||
route_info.save = true
|
||||
end
|
||||
end
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue