Adjust audio duration in case of VBR with present quality

This commit is contained in:
wapmorgan
2019-12-03 02:55:12 +03:00
parent 9a7559e0d4
commit 9049767016
2 changed files with 41 additions and 17 deletions
+1 -1
View File
@@ -131,7 +131,7 @@ class Mp3InfoConsoleRunner {
try {
$audio = new Mp3Info($filename, true);
} catch (Exception $e) {
var_dump($filename.': '.$e->getMessage());
var_dump("Exception when parsing ".$filename.': '.$e->getMessage());
return null;
}