api & web: roll back the default hls change due to doubled CPU usage
Some checks failed
CodeQL / Analyze (${{ matrix.language }}) (none, javascript-typescript) (push) Has been cancelled
Run service tests / test service functionality (push) Has been cancelled
Run tests / check lockfile correctness (push) Has been cancelled
Run tests / web sanity check (push) Has been cancelled
Run tests / api sanity check (push) Has been cancelled
Run service tests / test service: ${{ matrix.service }} (push) Has been cancelled

This commit is contained in:
wukko 2025-01-08 11:22:05 +06:00
parent 7db31851d0
commit 50db4d342a
No known key found for this signature in database
GPG key ID: 3E30B3F26C7B4AA2
4 changed files with 4 additions and 4 deletions

View file

@ -1,7 +1,7 @@
{
"name": "@imput/cobalt-api",
"description": "save what you love",
"version": "10.5.3",
"version": "10.5.4",
"author": "imput",
"exports": "./src/cobalt.js",
"type": "module",

View file

@ -46,6 +46,6 @@ export const apiSchema = z.object({
tiktokH265: z.boolean().default(false),
twitterGif: z.boolean().default(true),
youtubeHLS: z.boolean().default(true),
youtubeHLS: z.boolean().default(false),
})
.strict();

View file

@ -1,6 +1,6 @@
{
"name": "@imput/cobalt-web",
"version": "10.5",
"version": "10.5.1",
"type": "module",
"private": true,
"scripts": {

View file

@ -26,7 +26,7 @@ const defaultSettings: CobaltSettings = {
videoQuality: "1080",
youtubeVideoCodec: "h264",
youtubeDubLang: "original",
youtubeHLS: true,
youtubeHLS: false,
},
privacy: {
alwaysProxy: false,