Extract LastFm.Config module

This commit is contained in:
Claudio Ortolina
2024-12-03 08:56:23 +00:00
parent 9d02a8e00b
commit b49434b789
3 changed files with 20 additions and 8 deletions
+1
View File
@@ -43,5 +43,6 @@ defmodule MusicLibrary.Application do
defp last_fm_config do
Application.get_env(:music_library, LastFm)
|> LastFm.Config.new()
end
end