Add audio only setting

This commit is contained in:
dragongoose 2023-08-21 15:37:34 -04:00
parent 64fdfc664a
commit c40f8a693b
No known key found for this signature in database
GPG key ID: 01397EEC371CDAA5

View file

@ -11,11 +11,11 @@ export const setLanguage = (selectedLanguage: string, i18n: any) => {
export function getDefaultSettings() {
return {
version: import.meta.env.SAFETWITCH_TAG,
// audioOnly: {
// name: 'Audio Only',
// selected: false,
// type: 'checkbox'
// },
audioOnly: {
name: 'audioOnly',
selected: false,
type: 'checkbox'
},
defaultQuality: {
name: 'defaultQuality',
options: ['160p', '360p', '480p', '720p', '1080p'],