ensure Mic/Aux is created as well as Desktop Audio

add option to read the OBS platform from env var
This commit is contained in:
2025-07-29 06:54:23 +01:00
parent 1c0ef025c1
commit 101c7552b2
4 changed files with 50 additions and 43 deletions

View File

@@ -33,7 +33,7 @@ func TestFilterListScene(t *testing.T) {
context := newContext(client, &out, StyleConfig{})
cmd := &FilterListCmd{
SourceName: "gobs-test",
SourceName: "gobs-test-scene",
}
err := cmd.Run(context)
if err != nil {