mirror of
https://github.com/beetbox/beets.git
synced 2025-12-06 08:39:17 +01:00
parent
7779a5c6f5
commit
f2b74d2019
1 changed files with 1 additions and 1 deletions
|
|
@ -43,7 +43,7 @@ def rewriter(field, rules):
|
|||
|
||||
class RewritePlugin(BeetsPlugin):
|
||||
def __init__(self):
|
||||
super(BeetsPlugin, self).__init__()
|
||||
super(RewritePlugin, self).__init__()
|
||||
BeetsPlugin.template_fields = {}
|
||||
|
||||
self.config.add({})
|
||||
|
|
|
|||
Loading…
Reference in a new issue