From 916c381ed02d9faab4b465f7864fe476fd1a4847 Mon Sep 17 00:00:00 2001 From: Claudio Ortolina Date: Tue, 3 Dec 2024 09:32:31 +0000 Subject: [PATCH] Add TODO --- lib/last_fm/api_impl.ex | 1 + 1 file changed, 1 insertion(+) diff --git a/lib/last_fm/api_impl.ex b/lib/last_fm/api_impl.ex index 488ddff5..64669dd8 100644 --- a/lib/last_fm/api_impl.ex +++ b/lib/last_fm/api_impl.ex @@ -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 )"} ])