mirror of
https://github.com/beetbox/beets.git
synced 2025-12-15 21:14:19 +01:00
just an updateMerge remote-tracking branch 'upstream/master'
This commit is contained in:
commit
0d49c830d8
1 changed files with 1 additions and 1 deletions
|
|
@ -582,7 +582,7 @@ class AudioToolsBackend(Backend):
|
|||
"""
|
||||
|
||||
def __init__(self, config, log):
|
||||
super(CommandBackend, self).__init__(config, log)
|
||||
super(AudioToolsBackend, self).__init__(config, log)
|
||||
self._import_audiotools()
|
||||
|
||||
def _import_audiotools(self):
|
||||
|
|
|
|||
Loading…
Reference in a new issue