mirror of
https://gitlab.freedesktop.org/pipewire/wireplumber.git
synced 2025-12-20 04:10:03 +01:00
parent
dc6694fb84
commit
fe42d931da
1 changed files with 1 additions and 1 deletions
|
|
@ -27,7 +27,7 @@ function lutils.clear_flags (self, si_id)
|
|||
end
|
||||
|
||||
function getprio (link)
|
||||
return tonumber (link.properties ["policy.role-based.priority"])
|
||||
return tonumber (link.properties ["policy.role-based.priority"]) or 0
|
||||
end
|
||||
|
||||
function getplugged (link)
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue