fix audio error calculation

This commit is contained in:
Milan
2019-10-04 00:41:41 +02:00
parent 8d90423041
commit 2086e63e67
+1 -1
View File
@@ -38,7 +38,7 @@ sub formatDuration($$$;$) {
);
}
if ( $delta < 99.99 ) {
if ( $delta < 99.98 ) {
$class = "error";
$title = sprintf(
qq{file is too short! should be %d minutes, but is %d},