We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bdd4c9e commit 2fe7424Copy full SHA for 2fe7424
lib/src/musicbrainz/compilation_provider.rs
@@ -789,9 +789,9 @@ impl CompilationToCanonicalProvider {
789
.join(", ")
790
);
791
log::debug!(
792
- "Since current album not found in results, defaulting to assuming it's NOT a compilation (returning None)"
+ "Current album not found in results - will still check if there's a better album available"
793
794
- return Ok(None);
+ // Don't return early - continue to check if there's a better album
795
}
796
797
0 commit comments