Compare commits
2 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 8ba8ceefb8 | |||
| 9590cd0f60 |
@ -1,6 +1,6 @@
|
|||||||
[tool.poetry]
|
[tool.poetry]
|
||||||
name = "vrobbler"
|
name = "vrobbler"
|
||||||
version = "0.8.4"
|
version = "0.8.5"
|
||||||
description = ""
|
description = ""
|
||||||
authors = ["Colin Powell <colin@unbl.ink>"]
|
authors = ["Colin Powell <colin@unbl.ink>"]
|
||||||
|
|
||||||
|
|||||||
@ -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