Skip to content
This repository has been archived by the owner on Apr 26, 2024. It is now read-only.

Commit

Permalink
general: Don't send date
Browse files Browse the repository at this point in the history
  • Loading branch information
dylanaraps committed Jul 27, 2017
1 parent 5e81c17 commit c8fdfd4
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion bum/brainz.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ def get_cover(song_data, size=250):
try:
data = mus.search_releases(artist=song_data[0],
release=song_data[2],
date=song_data[3], limit=1)
limit=1)
release_id = data["release-list"][0]["release-group"]["id"]
print(f"album: Using release-id: {data['release-list'][0]['id']}")

Expand Down
1 change: 0 additions & 1 deletion bum/song.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,6 @@ def get():
"'%albumartist%💩"
"%title%💩"
"%album%💩"
"%date%💩"
"%artist%'")
song = song.split("💩")

Expand Down

0 comments on commit c8fdfd4

Please sign in to comment.