mirror of
https://github.com/SoPat712/allstarr.git
synced 2026-02-10 16:08:39 -05:00
fix: make genre enrichment non-blocking in DeezerMetadataService
This commit is contained in:
@@ -219,9 +219,9 @@ public class DeezerMetadataService : IMusicMetadataService
|
|||||||
{
|
{
|
||||||
await _genreEnrichment.EnrichSongGenreAsync(song);
|
await _genreEnrichment.EnrichSongGenreAsync(song);
|
||||||
}
|
}
|
||||||
catch (Exception ex)
|
catch
|
||||||
{
|
{
|
||||||
_logger.LogDebug(ex, "Failed to enrich genre for {Title}", song.Title);
|
// Silently ignore genre enrichment failures
|
||||||
}
|
}
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user