address comments

Signed-off-by: Deluan <deluan@navidrome.org>
This commit is contained in:
Deluan Quintão
2025-06-29 13:58:32 -04:00
committed by Deluan
parent 8da042dc28
commit bd875d3faf
2 changed files with 1 additions and 3 deletions

View File

@@ -253,7 +253,7 @@ func (e *provider) populateArtistInfo(ctx context.Context, artist auxArtist) (au
_ = g.Wait()
if utils.IsCtxDone(ctx) {
log.Warn(ctx, "ArtistInfo update canceled", "elapsed", "id", artist.ID, "name", artist.Name(), time.Since(start), ctx.Err())
log.Warn(ctx, "ArtistInfo update canceled", "id", artist.ID, "name", artist.Name(), "elapsed", time.Since(start), ctx.Err())
return artist, ctx.Err()
}

View File

@@ -314,8 +314,6 @@ var _ = Describe("Provider - ArtistImage", func() {
})
It("normalizes Unicode characters)", func() {
conf.Server.DevPreserveUnicodeInExternalCalls = false
// Act
imgURL, err := provider.ArtistImage(ctx, "artist-endash")