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:
parent
f21f44e531
commit
336d348b70
2 changed files with 3 additions and 1 deletions
2
.gitignore
vendored
2
.gitignore
vendored
|
@ -108,4 +108,4 @@ test*
|
|||
CreatePlugin/plugins/
|
||||
vendor/james-heinrich/getid3/demos/
|
||||
AVideoStorage/
|
||||
plugin/HLSOverlay/
|
||||
plugin/VideoHLSOverlay/
|
|
@ -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));
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue