From 8102bd2e35bb65f75aa246538fa18b04d35feae5 Mon Sep 17 00:00:00 2001 From: Alok Saboo Date: Mon, 20 Jun 2022 16:59:03 -0400 Subject: [PATCH] Add import --- beetsplug/spotify.py | 1 + 1 file changed, 1 insertion(+) diff --git a/beetsplug/spotify.py b/beetsplug/spotify.py index 6c4529450..42e20c828 100644 --- a/beetsplug/spotify.py +++ b/beetsplug/spotify.py @@ -29,6 +29,7 @@ import requests import unidecode from beets import ui from beets.autotag.hooks import AlbumInfo, TrackInfo +from beets.dbcore import types from beets.plugins import BeetsPlugin, MetadataSourcePlugin DEFAULT_WAITING_TIME = 5