mirror of
https://github.com/onyx-and-iris/voicemeeter-api-powershell.git
synced 2025-12-05 05:07:47 +00:00
Update command.ps1
forgot to pass to base
This commit is contained in:
parent
eeb30925fa
commit
b372cf8087
@ -1,5 +1,5 @@
|
||||
class Special : IRemote {
|
||||
Special ([Object]$remote) {
|
||||
Special ([Object]$remote) : base ($remote) {
|
||||
AddActionMembers -PARAMS @('restart', 'shutdown', 'show')
|
||||
}
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user