mirror of
https://github.com/onyx-and-iris/voicemeeter-api-powershell.git
synced 2025-01-18 13:20:47 +00:00
fix bug with getype
This commit is contained in:
parent
589563f7de
commit
2cfc3958a2
@ -32,15 +32,15 @@ class Remote {
|
||||
}
|
||||
|
||||
[string] ToString() {
|
||||
return "Voicemeeter " + $this.kind.name.substring(0,1).toupper() + $this.kind.name.substring(1)
|
||||
return "Voicemeeter " + $this.kind.name.substring(0, 1).toupper() + $this.kind.name.substring(1)
|
||||
}
|
||||
|
||||
[void] Logout() {
|
||||
Logout
|
||||
}
|
||||
|
||||
[void] GetType() {
|
||||
VmType
|
||||
[string] GetType() {
|
||||
return VmType
|
||||
}
|
||||
|
||||
[String] GetVersion() {
|
||||
|
Loading…
Reference in New Issue
Block a user