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

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