mirror of
https://github.com/onyx-and-iris/voicemeeter-api-powershell.git
synced 2025-01-18 05:10:48 +00: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…
Reference in New Issue
Block a user