mirror of
https://github.com/DanielnetoDotCom/YouPHPTube
synced 2025-10-03 01:39:24 +02:00
This commit is contained in:
parent
bb9d95bf59
commit
3191278769
1 changed files with 2 additions and 0 deletions
|
@ -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;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue