reverted some changes

This commit is contained in:
stratumadev 2025-08-21 22:04:27 +02:00
parent ed8b272b8d
commit c6aad8db81
2 changed files with 10 additions and 10 deletions

View file

@ -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',

View file

@ -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}'