mirror of
https://github.com/anidl/multi-downloader-nx.git
synced 2026-03-11 17:45:30 +00:00
reverted some changes
This commit is contained in:
parent
ed8b272b8d
commit
c6aad8db81
2 changed files with 10 additions and 10 deletions
|
|
@ -1,13 +1,13 @@
|
|||
export enum CrunchyPlayStreams {
|
||||
// 'chrome' = 'web/chrome',
|
||||
// 'firefox' = 'web/firefox',
|
||||
// 'safari' = 'web/safari',
|
||||
// 'edge' = 'web/edge',
|
||||
// 'fallback' = 'web/fallback',
|
||||
// 'ps4' = 'console/ps4',
|
||||
// 'ps5' = 'console/ps5',
|
||||
// 'switch' = 'console/switch',
|
||||
// 'xboxone' = 'console/xbox_one',
|
||||
'chrome' = 'web/chrome',
|
||||
'firefox' = 'web/firefox',
|
||||
'safari' = 'web/safari',
|
||||
'edge' = 'web/edge',
|
||||
'fallback' = 'web/fallback',
|
||||
'ps4' = 'console/ps4',
|
||||
'ps5' = 'console/ps5',
|
||||
'switch' = 'console/switch',
|
||||
'xboxone' = 'console/xbox_one',
|
||||
'vidaa' = 'tv/vidaa',
|
||||
'samsungtv' = 'tv/samsung',
|
||||
'lgtv' = 'tv/lg',
|
||||
|
|
|
|||
|
|
@ -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: 'android'
|
||||
default: 'firefox'
|
||||
},
|
||||
docDescribe: true,
|
||||
usage: '${device}'
|
||||
|
|
|
|||
Loading…
Reference in a new issue