mirror of
https://github.com/anidl/multi-downloader-nx.git
synced 2026-04-21 00:12:05 +00:00
[CR]: Add locale to --new
This commit is contained in:
parent
00b89a5094
commit
c87f6cc400
1 changed files with 3 additions and 0 deletions
|
|
@ -1044,6 +1044,9 @@ export default class Crunchy implements ServiceClass {
|
|||
sort_by: 'newly_added',
|
||||
n: '50',
|
||||
start: (page ? (page-1)*25 : 0).toString(),
|
||||
preferred_audio_language: 'ja-JP',
|
||||
force_locale: '',
|
||||
locale: this.locale
|
||||
}).toString();
|
||||
const newlyAddedReq = await this.req.getData(`${api.browse}?${newlyAddedParams}`, newlyAddedReqOpts);
|
||||
if(!newlyAddedReq.ok || !newlyAddedReq.res){
|
||||
|
|
|
|||
Loading…
Reference in a new issue