[scrobbles] Fix Album import
Some checks failed
build & deploy / deploy (push) Has been cancelled
build & deploy / test (push) Has been cancelled

This commit is contained in:
2026-03-11 16:49:10 -04:00
parent e3364d15ce
commit e9f9004d6d

View File

@ -4,7 +4,6 @@ from datetime import datetime, timedelta
from typing import Any, Optional
import pendulum
from pylast import Album
import pytz
import requests
from beers.models import Beer
@ -20,7 +19,7 @@ from foods.sources.rscraper import RecipeScraperService
from locations.constants import LOCATION_PROVIDERS
from locations.models import GeoLocation
from music.constants import JELLYFIN_POST_KEYS, MOPIDY_POST_KEYS
from music.models import Track
from music.models import Album, Track
from people.models import Person
from podcasts.models import PodcastEpisode
from podcasts.utils import parse_mopidy_uri