diff --git a/api/package.json b/api/package.json index 2205e1c..fccbddf 100644 --- a/api/package.json +++ b/api/package.json @@ -1,7 +1,7 @@ { "name": "@imput/cobalt-api", "description": "save what you love", - "version": "10.5.2", + "version": "10.5.4", "author": "imput", "exports": "./src/cobalt.js", "type": "module", diff --git a/api/src/processing/match-action.js b/api/src/processing/match-action.js index 5c72862..64f8683 100644 --- a/api/src/processing/match-action.js +++ b/api/src/processing/match-action.js @@ -102,6 +102,7 @@ export default function({ r, host, audioFormat, isAudioOnly, isAudioMuted, disab filename: `${r.audioFilename}.${audioFormat}`, isAudioOnly: true, audioFormat, + audioBitrate }) } break; diff --git a/web/build.zip b/web/build.zip new file mode 100644 index 0000000..0f82a49 Binary files /dev/null and b/web/build.zip differ diff --git a/web/src/app.html b/web/src/app.html index b60acb3..2c877be 100644 --- a/web/src/app.html +++ b/web/src/app.html @@ -1,35 +1,46 @@ - + - - - - - + + + + + %sveltekit.head% - - - + + + - - + + - - + + - - - -
- %sveltekit.body% -
+ +
%sveltekit.body%
diff --git a/web/src/components/sidebar/CobaltLogo.svelte b/web/src/components/sidebar/CobaltLogo.svelte index 2de04b3..f3501ce 100644 --- a/web/src/components/sidebar/CobaltLogo.svelte +++ b/web/src/components/sidebar/CobaltLogo.svelte @@ -4,7 +4,7 @@