mirror of
https://github.com/CDrummond/bliss-analyser.git
synced 2025-04-07 20:50:04 +03:00
Only stop when found correct BLISS_ANALYSIS comment
This commit is contained in:
parent
786b7d2c2d
commit
98b9cd61e0
@ -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;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user