Only stop when found correct BLISS_ANALYSIS comment

This commit is contained in:
CDrummond 2025-03-05 17:37:51 +00:00
parent 786b7d2c2d
commit 98b9cd61e0

View File

@ -142,8 +142,8 @@ pub fn read(track: &String, read_analysis: bool) -> db::Metadata {
}
if index == (NUM_ANALYSIS_VALS+2) {
meta.analysis = Some(Analysis::new(vals));
break;
}
break;
}
}
}