mirror of
https://gitlab.freedesktop.org/pipewire/wireplumber.git
synced 2026-01-21 15:30:24 +01:00
create-item.lua: always enable monitor ports by default
This commit is contained in:
parent
3f60716f30
commit
b46a907df4
1 changed files with 1 additions and 0 deletions
|
|
@ -16,6 +16,7 @@ function addItem (node, item_type)
|
|||
-- configure item
|
||||
if not items[id]:configure {
|
||||
["node"] = node,
|
||||
["enable.monitor"] = true,
|
||||
["item.plugged.usec"] = GLib.get_monotonic_time(),
|
||||
} then
|
||||
Log.warning(items[id], "failed to configure item for node " .. tostring(id))
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue