mirror of
https://github.com/onyx-and-iris/voicemeeter-api-powershell.git
synced 2025-04-26 23:23:47 +01:00
fix strip[i].device.name bug
patch bump
This commit is contained in:
parent
47fb880b91
commit
aee3430962
@ -148,7 +148,7 @@ class Device : IStrip {
|
|||||||
return "Strip[" + $this.index + "].Device"
|
return "Strip[" + $this.index + "].Device"
|
||||||
}
|
}
|
||||||
|
|
||||||
hidden $_device = $($this | Add-Member ScriptProperty 'device' `
|
hidden $_name = $($this | Add-Member ScriptProperty 'name' `
|
||||||
{
|
{
|
||||||
$this.Getter_String('name')
|
$this.Getter_String('name')
|
||||||
} `
|
} `
|
||||||
|
Loading…
x
Reference in New Issue
Block a user