mirror of
https://github.com/anidl/multi-downloader-nx.git
synced 2026-01-11 20:10:20 +00:00
fix crunchyroll outdated token
This commit is contained in:
parent
c7ea313962
commit
6950cb8ecf
1 changed files with 2 additions and 2 deletions
|
|
@ -345,7 +345,7 @@ const args: TAppArg<boolean|number|string|unknown[]>[] = [
|
|||
describe: 'Select a specific Crunchyroll video playback endpoint by device.',
|
||||
choices: [...Object.keys(CrunchyPlayStreams), 'none'],
|
||||
default: {
|
||||
default: 'lgtv'
|
||||
default: 'androidtv'
|
||||
},
|
||||
docDescribe: true,
|
||||
usage: '${device}'
|
||||
|
|
@ -359,7 +359,7 @@ const args: TAppArg<boolean|number|string|unknown[]>[] = [
|
|||
describe: 'Select a specific Crunchyroll audio playback endpoint by device.',
|
||||
choices: [...Object.keys(CrunchyPlayStreams), 'none'],
|
||||
default: {
|
||||
default: 'firefox'
|
||||
default: 'androidtv'
|
||||
},
|
||||
docDescribe: true,
|
||||
usage: '${device}'
|
||||
|
|
|
|||
Loading…
Reference in a new issue