From 47f8fbe629f24b1c1e936426b6329ca538e2bef6 Mon Sep 17 00:00:00 2001 From: Sebastian Mohr Date: Wed, 16 Jul 2025 11:48:34 +0200 Subject: [PATCH] Plugin should call super init. --- beetsplug/chroma.py | 1 + 1 file changed, 1 insertion(+) diff --git a/beetsplug/chroma.py b/beetsplug/chroma.py index eb98e7926..8259934fd 100644 --- a/beetsplug/chroma.py +++ b/beetsplug/chroma.py @@ -172,6 +172,7 @@ def _all_releases(items): class AcoustidPlugin(MetadataSourcePlugin): def __init__(self): + super().__init__() self.config.add( { "auto": True,