Expose Last.fm's ApiKey to UI

This commit is contained in:
Deluan 2021-06-21 17:09:34 -04:00 committed by Deluan Quintão
parent 143cde37e5
commit 1f997357a9
8 changed files with 30 additions and 22 deletions

View file

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