fix: mangadex includeUnavailable
This commit is contained in:
parent
05dd7262eb
commit
15d92d1aff
@@ -108,6 +108,7 @@ class MangadexClient implements MangadexClientInterface
|
|||||||
return $this->get('/manga/' . $mangaId . '/feed', [
|
return $this->get('/manga/' . $mangaId . '/feed', [
|
||||||
'limit' => $limit,
|
'limit' => $limit,
|
||||||
// 'translatedLanguage' => ['en'],
|
// 'translatedLanguage' => ['en'],
|
||||||
|
'includeUnavailable' => 1,
|
||||||
'order' => ['chapter' => $order],
|
'order' => ['chapter' => $order],
|
||||||
'offset' => $offset,
|
'offset' => $offset,
|
||||||
]);
|
]);
|
||||||
|
|||||||
Reference in New Issue
Block a user