web/settings: add youtubeVideoContainer & subtitleLang
& bump schema to v6
This commit is contained in:
@@ -3,7 +3,7 @@ import { defaultLocale } from "$lib/i18n/translations";
|
||||
import type { CobaltSettings } from "$lib/types/settings";
|
||||
|
||||
const defaultSettings: CobaltSettings = {
|
||||
schemaVersion: 5,
|
||||
schemaVersion: 6,
|
||||
advanced: {
|
||||
debug: false,
|
||||
useWebCodecs: false,
|
||||
@@ -33,7 +33,9 @@ const defaultSettings: CobaltSettings = {
|
||||
tiktokFullAudio: false,
|
||||
convertGif: true,
|
||||
videoQuality: "1080",
|
||||
subtitleLang: "none",
|
||||
youtubeVideoCodec: "h264",
|
||||
youtubeVideoContainer: "auto",
|
||||
youtubeDubLang: "original",
|
||||
youtubeHLS: false,
|
||||
youtubeBetterAudio: false,
|
||||
|
||||
Reference in New Issue
Block a user