Move lookup modules to approp app

This commit is contained in:
2023-03-04 16:04:52 -05:00
parent 00aa2e892f
commit 90b7be286c
13 changed files with 10 additions and 11 deletions

View File

@ -12,8 +12,7 @@ from django.urls import reverse
from django.utils.translation import gettext_lazy as _
from django_extensions.db.models import TimeStampedModel
from scrobbles.mixins import ScrobblableMixin
from scrobbles.theaudiodb import lookup_artist_from_tadb
from vrobbler.apps.scrobbles.theaudiodb import lookup_album_from_tadb
from music.theaudiodb import lookup_artist_from_tadb, lookup_album_from_tadb
logger = logging.getLogger(__name__)
BNULL = {"blank": True, "null": True}