Skip to content

Commit

Permalink
fix discog missing title
Browse files Browse the repository at this point in the history
  • Loading branch information
Your Name authored and alphatownsman committed Oct 19, 2024
1 parent 4d7b76d commit 2dd6d16
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions catalog/sites/discogs.py
Original file line number Diff line number Diff line change
Expand Up @@ -107,6 +107,7 @@ def scrape(self):
pd = ResourceContent(
metadata={
"title": title,
"localized_title": [{"lang": "en", "text": title}],
"artist": artist,
"genre": genre,
"track_list": "\n".join(track_list),
Expand Down

0 comments on commit 2dd6d16

Please sign in to comment.