v1.2.5: fix genre enrichment blocking cover art loading

This commit is contained in:
2026-02-10 12:56:43 -05:00
parent cef18b9482
commit 0ff1e3a428

View File

@@ -219,9 +219,9 @@ public class DeezerMetadataService : IMusicMetadataService
{
await _genreEnrichment.EnrichSongGenreAsync(song);
}
catch (Exception ex)
catch
{
_logger.LogDebug(ex, "Failed to enrich genre for {Title}", song.Title);
// Silently ignore genre enrichment failures
}
});
}