Use a dedicated api-key/secret pair for Last.FM

This commit is contained in:
Deluan 2021-06-10 15:07:06 -04:00 committed by Joe Stump
parent ea6a9f5701
commit 7339e1602f
No known key found for this signature in database
GPG Key ID: 29151C3EC48A0EB9

View File

@ -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 {