Fix typo in the vlc implementation
This commit is contained in:
parent
ec3563f6f4
commit
a29a8c208b
@ -54,7 +54,7 @@ def load_config(config_path: Path | None) -> Config:
|
||||
players=recursive_dict_merge(
|
||||
{
|
||||
"https": {
|
||||
"*": "microkodi.programs.vlc.VlcPlayerProgram",
|
||||
"*": "microkodi.programs.vlc.VlcProgram",
|
||||
},
|
||||
},
|
||||
config_data.get("players", {}),
|
||||
|
Loading…
Reference in New Issue
Block a user