add error message

This commit is contained in:
Jonathan Baecker 2024-09-27 15:56:46 +02:00
parent 9bd96c17a9
commit cf24ea7e74

View File

@ -752,6 +752,8 @@ pub fn seek_and_length(config: &PlayoutConfig, node: &mut Media) -> Vec<String>
}
} else if vtt_dummy.is_file() {
source_cmd.append(&mut vec_strings!["-i", vtt_dummy.to_string_lossy()]);
} else {
error!("<b><magenta>{:?}</></b> not found!", vtt_dummy)
}
}