This commit is contained in:
jb-alvarado 2024-04-26 09:47:04 +02:00
parent aeb5a1b5ea
commit 07f8445c52

View File

@ -129,7 +129,6 @@ impl CurrentProgram {
if node_index > 0
&& node_index == self.player_control.current_list.lock().unwrap().len() - 1
{
println!("add threshold!");
next_start += self.config.general.stop_threshold;
}