mirror of
https://github.com/onyx-and-iris/voicemeeter-api-powershell.git
synced 2026-04-18 13:33:31 +00:00
minor changes.
This commit is contained in:
@@ -28,6 +28,6 @@ $KindMap = @{
|
||||
};
|
||||
}
|
||||
|
||||
function GetKind ([string]$kind_id) {
|
||||
$KindMap[$kind_id]
|
||||
function GetKind ([string]$kindId) {
|
||||
$KindMap[$kindId]
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user