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.
1 parent e33465c commit c3843f1Copy full SHA for c3843f1
music_assistant/providers/musicbrainz/__init__.py
@@ -430,7 +430,7 @@ async def get_artist_details_by_resource_url(
430
@throttle_with_retries
431
async def get_data(self, endpoint: str, **kwargs: str) -> Any:
432
"""Get data from api."""
433
- url = f"http://musicbrainz.org/ws/2/{endpoint}"
+ url = f"https://musicbrainz.org/ws/2/{endpoint}"
434
headers = {
435
"User-Agent": f"Music Assistant/{self.mass.version} (https://music-assistant.io)"
436
}
0 commit comments