mirror of
https://github.com/beetbox/beets.git
synced 2026-02-23 15:59:47 +01:00
Plugin should call super init.
This commit is contained in:
parent
0c6b383b06
commit
47f8fbe629
1 changed files with 1 additions and 0 deletions
|
|
@ -172,6 +172,7 @@ def _all_releases(items):
|
|||
|
||||
class AcoustidPlugin(MetadataSourcePlugin):
|
||||
def __init__(self):
|
||||
super().__init__()
|
||||
self.config.add(
|
||||
{
|
||||
"auto": True,
|
||||
|
|
|
|||
Loading…
Reference in a new issue