We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents a0ca6f9 + fe72462 commit 6bd3263Copy full SHA for 6bd3263
troi/patches/lb_radio_classes/tag.py
@@ -60,7 +60,7 @@ def fetch_similar_tags(self, tag):
60
Fetch similar tags from LB
61
"""
62
63
- r = requests.post("https://datasets.listenbrainz.org/tag-similarity/json", json=[{"tag": tag}])
+ r = requests.post("https://labs.api.listenbrainz.org/tag-similarity/json", json=[{"tag": tag}])
64
if r.status_code != 200:
65
raise RuntimeError(f"Cannot fetch similar tags. {r.text}")
66
0 commit comments