1
0
Fork 0
mirror of https://github.com/DanielnetoDotCom/YouPHPTube synced 2025-10-06 03:50:04 +02:00
This commit is contained in:
Daniel Neto 2023-03-14 16:52:08 -03:00
parent ddfdab435e
commit ccb7c9a8c4

View file

@ -1826,6 +1826,7 @@ class SectionFirstPage {
public function __construct($type, $title, $endpoint, $rowCount, $childs = array()) {
global $global;
$endpoint = addQueryStringParameter($endpoint, 'current', 1);
$endpoint = addQueryStringParameter($endpoint, 'videoType', 'audio_and_video');
$endpoint = addQueryStringParameter($endpoint, 'noRelated', 1);
$this->type = $type;
$this->title = $title;