Remove LastFM shared key

This commit is contained in:
Deluan 2023-12-10 21:11:40 -05:00
parent 546aa26a0a
commit 78d557c185
3 changed files with 10 additions and 14 deletions

View file

@ -81,12 +81,6 @@ const (
DefaultCacheCleanUpInterval = 10 * time.Minute
)
// Shared secrets (only add here "secrets" that can be public)
const (
LastFMAPIKey = "9b94a5515ea66b2da3ec03c12300327e" // nolint:gosec
LastFMAPISecret = "74cb6557cec7171d921af5d7d887c587" // nolint:gosec
)
var (
DefaultDownsamplingFormat = "opus"
DefaultTranscodings = []map[string]interface{}{