mirror of
https://github.com/beetbox/beets.git
synced 2025-12-29 03:52:51 +01:00
cleaning up
This commit is contained in:
parent
3390fd339a
commit
a6ae5c4a4f
1 changed files with 0 additions and 5 deletions
|
|
@ -112,11 +112,6 @@ def _all_releases(items):
|
|||
yield release_id
|
||||
|
||||
class AcoustidPlugin(plugins.BeetsPlugin):
|
||||
def __init__(self):
|
||||
super(AcoustidPlugin, self).__init__()
|
||||
self.config.add({
|
||||
u'write': False
|
||||
})
|
||||
def track_distance(self, item, info):
|
||||
if item.path not in _matches:
|
||||
# Match failed.
|
||||
|
|
|
|||
Loading…
Reference in a new issue