From a29a8c208bfa992bf5b81f26739d8b86c5c2891e Mon Sep 17 00:00:00 2001 From: "Alexander \"PapaTutuWawa" Date: Sat, 11 Jan 2025 23:56:41 +0100 Subject: [PATCH] Fix typo in the vlc implementation --- microkodi/config.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/microkodi/config.py b/microkodi/config.py index 80efad1..7935107 100644 --- a/microkodi/config.py +++ b/microkodi/config.py @@ -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", {}),