Сортировка и размер страницы через конфиг

This commit is contained in:
2022-09-04 09:24:09 +08:00
parent b65ab2cca0
commit a868b677f0
4 changed files with 20 additions and 6 deletions

View File

@@ -49,7 +49,7 @@ final class PlaylistProcessor
return $code < 400;
}
protected function fetch(string $id)
protected function fetch(string $id): array
{
$curl = curl_init();
curl_setopt_array($curl, [