1
0
Fork 0
mirror of https://github.com/DanielnetoDotCom/YouPHPTube synced 2025-10-03 01:39:24 +02:00
This commit is contained in:
DanielnetoDotCom 2021-04-02 16:45:55 -03:00
parent bb9d95bf59
commit 3191278769

View file

@ -2698,6 +2698,8 @@ if (!class_exists('Video')) {
if ($force || empty($this->filename)) {
AVideoPlugin::onVideoSetFilename($this->id, $this->filename, $filename, $force);
$this->filename = $filename;
}else{
_error_log('setFilename: fail '.$filename." {$this->id}");
}
return $this->filename;
}