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,