mirror of
https://github.com/onyx-and-iris/voicemeeter-api-python.git
synced 2026-04-18 12:33:34 +00:00
rename action_prop to action_fn
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
from .error import VMError
|
||||
from .iremote import IRemote
|
||||
from .kinds import kinds_all
|
||||
from .meta import action_prop, bool_prop
|
||||
from .meta import action_fn, bool_prop
|
||||
|
||||
|
||||
class Recorder(IRemote):
|
||||
@@ -24,7 +24,7 @@ class Recorder(IRemote):
|
||||
(cls, CHANNELOUTMIXIN_cls),
|
||||
{
|
||||
**{
|
||||
param: action_prop(param)
|
||||
param: action_fn(param)
|
||||
for param in [
|
||||
"play",
|
||||
"stop",
|
||||
|
||||
Reference in New Issue
Block a user