From b445cdd64166fb679103464c2e7ba7c890f97cb1 Mon Sep 17 00:00:00 2001 From: Deluan Date: Thu, 10 Jun 2021 15:07:06 -0400 Subject: [PATCH] Use a dedicated api-key/secret pair for Last.FM --- core/agents/lastfm/lastfm.go | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/core/agents/lastfm/lastfm.go b/core/agents/lastfm/lastfm.go index 7c9ae2e87..37f4a2007 100644 --- a/core/agents/lastfm/lastfm.go +++ b/core/agents/lastfm/lastfm.go @@ -13,8 +13,8 @@ import ( const ( lastFMAgentName = "lastfm" - lastFMAPIKey = "c2918986bf01b6ba353c0bc1bdd27bea" - //lastFMAPISecret = "3ff2aa214a6d8f2242515083bbb70e79" // Will be needed when implementing Scrobbling + lastFMAPIKey = "9b94a5515ea66b2da3ec03c12300327e" + //lastFMAPISecret = "74cb6557cec7171d921af5d7d887c587" // Will be needed when implementing Scrobbling ) type lastfmAgent struct {