mirror of
https://gitlab.freedesktop.org/pipewire/wireplumber.git
synced 2026-05-05 08:58:01 +02:00
scripts: fix typo in rescan-virtual-links.lua
This commit is contained in:
parent
2249d8d9df
commit
a141ec0c68
1 changed files with 1 additions and 1 deletions
|
|
@ -12,7 +12,7 @@ defaults = {}
|
|||
defaults.duck_level = 0.3
|
||||
|
||||
config = {}
|
||||
config.duck_level = default.duck_level -- FIXME
|
||||
config.duck_level = defaults.duck_level -- FIXME
|
||||
config.roles = Conf.get_section_as_object ("virtual-item-roles")
|
||||
|
||||
-- enable ducking if mixer-api is loaded
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue