Skip to content

Commit

Permalink
Auto fix
Browse files Browse the repository at this point in the history
  • Loading branch information
jsnmrs committed Dec 29, 2024
1 parent 319bfec commit 4d3fc40
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/Helpers/youtube_helper.php
Original file line number Diff line number Diff line change
Expand Up @@ -188,7 +188,7 @@ function youtube_parse_meta(object $item)

$video['video_duration'] = youtube_get_duration($video['video_id']);

if (!$video['video_duration']) {
if (! $video['video_duration']) {
$video['video_duration'] = 0;
}

Expand Down

0 comments on commit 4d3fc40

Please sign in to comment.