1
0
Fork 0
mirror of https://github.com/DanielnetoDotCom/YouPHPTube synced 2025-10-03 09:49:28 +02:00

Please check this update

This commit is contained in:
Daniel Neto 2024-11-25 09:52:19 -03:00
parent f21f44e531
commit 336d348b70
2 changed files with 3 additions and 1 deletions

2
.gitignore vendored
View file

@ -108,4 +108,4 @@ test*
CreatePlugin/plugins/
vendor/james-heinrich/getid3/demos/
AVideoStorage/
plugin/HLSOverlay/
plugin/VideoHLSOverlay/

View file

@ -4888,6 +4888,8 @@ if (!class_exists('Video')) {
// Call the function to generate the video paths
$videos = self::_getVideosPaths($filename, $includeS3, $try);
make_path( dirname($tmpCacheFile));
// Save the results in the temporary cache file
file_put_contents($tmpCacheFile, json_encode($videos));