Merge branch 'ffplayout:master' into master

This commit is contained in:
jb-alvarado 2024-04-26 07:47:25 +00:00 committed by GitHub
commit 4c02bc0ae1
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

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;
}