mirror of
https://github.com/beetbox/beets.git
synced 2026-01-09 09:22:55 +01:00
Import beets.ui in discogs plugin
The discogs plugin uses beets.ui but did not explicitely import it, which might cause it to crash when used in standalone.
This commit is contained in:
parent
d2726e1c25
commit
7c2d5f0948
1 changed files with 1 additions and 0 deletions
|
|
@ -15,6 +15,7 @@
|
|||
"""Adds Discogs album search support to the autotagger. Requires the
|
||||
discogs-client library.
|
||||
"""
|
||||
import beets.ui
|
||||
from beets import logging
|
||||
from beets.autotag.hooks import AlbumInfo, TrackInfo, Distance
|
||||
from beets.plugins import BeetsPlugin
|
||||
|
|
|
|||
Loading…
Reference in a new issue