mirror of
https://github.com/beetbox/beets.git
synced 2026-02-22 15:22:42 +01:00
Merge pull request #73 from jhawthorn/rewrite_fix
fix RewritePlugin initialization
This commit is contained in:
commit
32076d5a1a
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