Skip to content

Commit

Permalink
Update
Browse files Browse the repository at this point in the history
  • Loading branch information
Daniel Neto committed Jun 27, 2024
1 parent 6754c81 commit c8718b2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion plugin/AI/AI.php
Original file line number Diff line number Diff line change
Expand Up @@ -424,7 +424,7 @@ static function getMP3RegularAndLower($videos_id)
$duration = getDurationFromFile($pathsLower['path']);
if($duration == "EE:EE:EE" && !empty($pathsLower['url'])){
_error_log('getDurationFromFile error '.json_encode($pathsLower));
$duration = getDurationFromFile($pathsLower['path']);
$duration = getDurationFromFile($pathsLower['url']);
}

$durationInSeconds = durationToSeconds($duration);
Expand Down

0 comments on commit c8718b2

Please sign in to comment.