chore: ...

feat/type-attributes
Tomáš Mládek 2022-10-23 18:17:38 +02:00
parent 3292a5b346
commit a5e7dc4f2a
1 changed files with 1 additions and 1 deletions

View File

@ -28,7 +28,7 @@ impl<'a> Previewable for AudioPath<'a> {
if !audiowaveform_cmd.status.success() {
return Err(anyhow!(
"Failed to retrieve file duration: {:?}",
"Failed to retrieve audiofile peaks: {:?}",
String::from_utf8_lossy(&audiowaveform_cmd.stderr)
));
}