Skip to content

Commit

Permalink
Update
Browse files Browse the repository at this point in the history
  • Loading branch information
Daniel Neto committed Feb 12, 2025
1 parent 12d8da9 commit 7b99757
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions objects/video.php
Original file line number Diff line number Diff line change
Expand Up @@ -4236,6 +4236,8 @@ public static function getSourceFile($filename, $type = ".jpg", $includeS3 = fal
//var_dump("{$filename}/index.mp4");
$source['url'] = CDNStorage::getURL("{$filename}/index.mp4");
$source['line'] = __LINE__;
$source['filename'] = $filename;
$source['type'] = $type;
} else {
$source['url'] = CDNStorage::getURL("{$filename}{$type}");
$source['line'] = __LINE__;
Expand Down

0 comments on commit 7b99757

Please sign in to comment.