mirror of
https://github.com/anidl/multi-downloader-nx.git
synced 2026-04-21 16:31:55 +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.',
|
describe: 'Select a specific Crunchyroll video playback endpoint by device.',
|
||||||
choices: [...Object.keys(CrunchyPlayStreams), 'none'],
|
choices: [...Object.keys(CrunchyPlayStreams), 'none'],
|
||||||
default: {
|
default: {
|
||||||
default: 'lgtv'
|
default: 'androidtv'
|
||||||
},
|
},
|
||||||
docDescribe: true,
|
docDescribe: true,
|
||||||
usage: '${device}'
|
usage: '${device}'
|
||||||
|
|
@ -359,7 +359,7 @@ const args: TAppArg<boolean|number|string|unknown[]>[] = [
|
||||||
describe: 'Select a specific Crunchyroll audio playback endpoint by device.',
|
describe: 'Select a specific Crunchyroll audio playback endpoint by device.',
|
||||||
choices: [...Object.keys(CrunchyPlayStreams), 'none'],
|
choices: [...Object.keys(CrunchyPlayStreams), 'none'],
|
||||||
default: {
|
default: {
|
||||||
default: 'firefox'
|
default: 'androidtv'
|
||||||
},
|
},
|
||||||
docDescribe: true,
|
docDescribe: true,
|
||||||
usage: '${device}'
|
usage: '${device}'
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue