mirror of
https://github.com/onyx-and-iris/obsws-cli.git
synced 2026-04-18 06:53:38 +00:00
implement media command group
This commit is contained in:
@@ -18,10 +18,12 @@ for sub_typer in (
|
||||
'group',
|
||||
'hotkey',
|
||||
'input',
|
||||
'media',
|
||||
'profile',
|
||||
'projector',
|
||||
'record',
|
||||
'replaybuffer',
|
||||
'settings',
|
||||
'scene',
|
||||
'scenecollection',
|
||||
'sceneitem',
|
||||
@@ -30,7 +32,6 @@ for sub_typer in (
|
||||
'studiomode',
|
||||
'text',
|
||||
'virtualcam',
|
||||
'settings',
|
||||
):
|
||||
module = importlib.import_module(f'.{sub_typer}', package=__package__)
|
||||
app.add_typer(module.app, name=sub_typer)
|
||||
|
||||
Reference in New Issue
Block a user