Fix fetching artwork when importing tsv
This commit is contained in:
@ -72,6 +72,7 @@ def process_audioscrobbler_tsv_file(file_path, user_tz=None):
|
|||||||
]
|
]
|
||||||
)
|
)
|
||||||
album.artists.add(artist)
|
album.artists.add(artist)
|
||||||
|
album.fetch_artwork()
|
||||||
|
|
||||||
track, track_created = Track.objects.get_or_create(
|
track, track_created = Track.objects.get_or_create(
|
||||||
title=row[2],
|
title=row[2],
|
||||||
|
|||||||
Reference in New Issue
Block a user