1
0
Fork 0
mirror of https://github.com/DanielnetoDotCom/YouPHPTube synced 2025-10-03 17:59:55 +02:00
This commit is contained in:
Daniel Neto 2023-08-09 14:52:22 -03:00
parent 34c65148f7
commit eb203236b5

View file

@ -618,7 +618,7 @@ class AVideoPlugin
if (is_object($p)) {
$str .= $p->getNetflixActionButton($videos_id);
}
self::YPTend("{$value['dirName']}::" . __FUNCTION__, 0.05);
self::YPTend("{$value['dirName']}::" . __FUNCTION__);
}
return $str;
}