This commit is contained in:
Claudio Ortolina
2024-12-03 09:32:31 +00:00
parent ab7a8eeb5a
commit 916c381ed0
+1
View File
@@ -80,6 +80,7 @@ defmodule LastFm.APIImpl do
defp json_get(url) do
req =
Finch.build(:get, url, [
# TODO: move user agent to config
{"User-Agent", "MusicLibrary/0.1.0 ( cloud8421@gmail.com )"}
])