1
0
Fork 0
mirror of https://github.com/DanielnetoDotCom/YouPHPTube synced 2025-10-03 09:49:28 +02:00
This commit is contained in:
DanieL 2023-02-17 14:49:07 -03:00
parent aaccd6bb02
commit a277e845da

View file

@ -650,7 +650,7 @@ if (!class_exists('Video')) {
} }
} }
private static function isValidDuration($duration) { static function isValidDuration($duration) {
if (empty($duration) || strtolower($duration) == "ee:ee:ee" || $duration == '0:00:00') { if (empty($duration) || strtolower($duration) == "ee:ee:ee" || $duration == '0:00:00') {
return false; return false;
} }