mirror of
https://github.com/onyx-and-iris/voicemeeter-api-powershell.git
synced 2026-04-09 17:33:33 +00:00
Merge branch 'iremote' into patch-arraymembers
This commit is contained in:
@@ -44,7 +44,7 @@ class IRemote {
|
||||
}
|
||||
|
||||
[string] ToString() {
|
||||
if ($this.index.HasValue) {
|
||||
if ($null -ne $this.index) {
|
||||
return $this.GetType().Name + $this.index
|
||||
}
|
||||
return $this.GetType().Name
|
||||
|
||||
Reference in New Issue
Block a user