Include a shared Last.FM api key, providing zero conf ArtistInfo (bio/top songs/similar artists)
This commit is contained in:
@@ -84,7 +84,6 @@ func (s *spotifyAgent) searchArtist(name string) (*spotify.Artist, error) {
|
||||
func init() {
|
||||
conf.AddHook(func() {
|
||||
if conf.Server.Spotify.ID != "" && conf.Server.Spotify.Secret != "" {
|
||||
log.Info("Spotify integration is ENABLED")
|
||||
Register(spotifyAgentName, spotifyConstructor)
|
||||
}
|
||||
})
|
||||
|
||||
Reference in New Issue
Block a user