mirror of
https://github.com/onyx-and-iris/voicemeeter-api-powershell.git
synced 2026-04-18 13:33:31 +00:00
update meta.ps1
rename $this to $obj to avoid saving over keyword.
This commit is contained in:
@@ -171,8 +171,7 @@ class Vban {
|
||||
|
||||
class VbanInstream : Vban {
|
||||
# Constructor
|
||||
VbanInstream ([int]$id) : base ($id)
|
||||
{
|
||||
VbanInstream ([int]$id) : base ($id){
|
||||
$this.direction = "in"
|
||||
}
|
||||
}
|
||||
@@ -180,8 +179,7 @@ class VbanInstream : Vban {
|
||||
|
||||
class VbanOutstream : Vban {
|
||||
# Constructor
|
||||
VbanOutstream ([int]$id) : base ($id)
|
||||
{
|
||||
VbanOutstream ([int]$id) : base ($id){
|
||||
$this.direction = "out"
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user