Use https in the Last.Fm api

Can't believe I let this slip through.
This commit is contained in:
Claudio Ortolina
2025-01-07 10:03:21 +00:00
parent 902120cc32
commit e3c901346c
+1 -1
View File
@@ -5,7 +5,7 @@ defmodule LastFm.APIImpl do
alias LastFm.{Artist, Track}
@base_url "http://ws.audioscrobbler.com/2.0/"
@base_url "https://ws.audioscrobbler.com/2.0/"
# Experimental: metrics show some long running requests
# that end up hitting timeouts (at default values),