Get images

This commit is contained in:
Deluan
2021-02-08 10:14:29 -05:00
committed by Deluan Quintão
parent 28cdf1e693
commit 877cdf1d5c
6 changed files with 101 additions and 12 deletions
+4
View File
@@ -32,6 +32,10 @@ func lastFMConstructor(ctx context.Context) Interface {
return l
}
func (l *lastfmAgent) AgentName() string {
return "lastfm"
}
func (l *lastfmAgent) GetMBID(name string) (string, error) {
a, err := l.callArtistGetInfo(name, "")
if err != nil {