mirror of
https://github.com/beetbox/beets.git
synced 2026-01-03 06:22:48 +01:00
Track info should not be imported from metadata_plugin.
This commit is contained in:
parent
f67d40c7db
commit
0c6b383b06
1 changed files with 2 additions and 2 deletions
|
|
@ -25,8 +25,8 @@ import acoustid
|
|||
import confuse
|
||||
|
||||
from beets import config, ui, util
|
||||
from beets.autotag.distance import Distance
|
||||
from beets.metadata_plugins import MetadataSourcePlugin, TrackInfo
|
||||
from beets.autotag import Distance, TrackInfo
|
||||
from beets.metadata_plugins import MetadataSourcePlugin
|
||||
from beetsplug.musicbrainz import MusicBrainzPlugin
|
||||
|
||||
API_KEY = "1vOwZtEn"
|
||||
|
|
|
|||
Loading…
Reference in a new issue