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', [
|
||||
'limit' => $limit,
|
||||
// 'translatedLanguage' => ['en'],
|
||||
'includeUnavailable' => 1,
|
||||
'order' => ['chapter' => $order],
|
||||
'offset' => $offset,
|
||||
]);
|
||||
|
||||
Reference in New Issue
Block a user