Fix Mapped Similar Artists log
This commit is contained in:
@@ -476,7 +476,7 @@ func (e *externalMetadata) callGetSimilar(ctx context.Context, agent agents.Arti
|
|||||||
}
|
}
|
||||||
start := time.Now()
|
start := time.Now()
|
||||||
sa, err := e.mapSimilarArtists(ctx, similar, includeNotPresent)
|
sa, err := e.mapSimilarArtists(ctx, similar, includeNotPresent)
|
||||||
log.Debug(ctx, "Mapped Similar Artists", "agent", "artist", artist.Name, "numSimilar", len(sa), "elapsed", time.Since(start))
|
log.Debug(ctx, "Mapped Similar Artists", "artist", artist.Name, "numSimilar", len(sa), "elapsed", time.Since(start))
|
||||||
if err != nil {
|
if err != nil {
|
||||||
return
|
return
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user