startup: Fix mistake in command extension bootstrap cleanup
This commit is contained in:
parent
d630a97bc1
commit
ce3c16de6e
@ -70,7 +70,7 @@ def main():
|
|||||||
|
|
||||||
for data in extensions_data:
|
for data in extensions_data:
|
||||||
if data.command: # TODO: check isinstance?
|
if data.command: # TODO: check isinstance?
|
||||||
data.command.set(extension=data.command)
|
data.command.set(extension=data.extension)
|
||||||
root_cmd.add_child(data.extension.ext_name, data.command)
|
root_cmd.add_child(data.extension.ext_name, data.command)
|
||||||
|
|
||||||
args = root_cmd.parse(mopidy_args)
|
args = root_cmd.parse(mopidy_args)
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user