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 Neto 2024-01-23 14:01:13 -03:00
parent 4c63bc1502
commit d30fe9eafa

View file

@ -974,7 +974,7 @@ class API extends PluginAbstract
}
$sub = self::getSubtitle($rows[$key]['filename']);
$sub = self::getSubtitle($value['filename']);
$rows[$key]['subtitles_available'] = $sub['subtitles_available'];
$rows[$key]['subtitles'] = $sub['subtitles'];