mirror of
https://github.com/wukko/cobalt.git
synced 2024-11-15 12:50:01 +00:00
web/types/settings: add missing 480p video quality
This commit is contained in:
parent
3b2178fd1a
commit
4564f409aa
1 changed files with 1 additions and 1 deletions
|
@ -22,7 +22,7 @@ type CobaltSettingsSave = {
|
|||
tiktokH265: boolean,
|
||||
tiktokFullAudio: boolean,
|
||||
twitterGif: boolean,
|
||||
videoQuality: "max" | "2160" | "1440" | "1080" | "720" | "360" | "240" | "144",
|
||||
videoQuality: "max" | "2160" | "1440" | "1080" | "720" | "480" | "360" | "240" | "144",
|
||||
youtubeVideoCodec: "h264" | "av1" | "vp9",
|
||||
youtubeDubBrowserLang: boolean,
|
||||
};
|
||||
|
|
Loading…
Reference in a new issue