Redirect to Last.fm and receive a token (unused)
This commit is contained in:
@@ -24,6 +24,10 @@ if api_key = System.get_env("LAST_FM_API_KEY") do
|
||||
config :music_library, LastFm, api_key: api_key
|
||||
end
|
||||
|
||||
if shared_secret = System.get_env("LAST_FM_SHARED_SECRET") do
|
||||
config :music_library, LastFm, shared_secret: shared_secret
|
||||
end
|
||||
|
||||
if user = System.get_env("LAST_FM_USER") do
|
||||
config :music_library, LastFm, user: user
|
||||
end
|
||||
|
||||
Reference in New Issue
Block a user