mirror of
https://github.com/navidrome/navidrome.git
synced 2025-04-03 20:47:35 +03:00
Use a dedicated api-key/secret pair for Last.FM
This commit is contained in:
parent
e31802d2d3
commit
b445cdd641
1 changed files with 2 additions and 2 deletions
|
@ -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 {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue