wireplumber/src/scripts/access
msizanoen1 a2472542a9 scripts: access-portal: Fix incorrect bitmask checking for media roles
In Lua, `0` is a truthy value, which means `not 0` is `false`. Compare
the resulting value from bitwise AND with 0 instead of checking it with
`if not` to ensure correctness.
2022-04-15 13:23:19 +07:00
..
access-default.lua scripts: fallback to empty config table if args were not passed from the config files 2022-01-13 11:10:03 +02:00
access-portal.lua scripts: access-portal: Fix incorrect bitmask checking for media roles 2022-04-15 13:23:19 +07:00