From d98909f69070c81e87da723e414d91c6a2a6f343 Mon Sep 17 00:00:00 2001 From: Chocobozzz Date: Wed, 12 Jul 2023 10:07:21 +0200 Subject: [PATCH 1/2] Fix fps transcoding on remote runners --- .../shared/job-builders/transcoding-runner-job-builder.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/server/lib/transcoding/shared/job-builders/transcoding-runner-job-builder.ts b/server/lib/transcoding/shared/job-builders/transcoding-runner-job-builder.ts index 4b8bc2f3d..ba2a46f44 100644 --- a/server/lib/transcoding/shared/job-builders/transcoding-runner-job-builder.ts +++ b/server/lib/transcoding/shared/job-builders/transcoding-runner-job-builder.ts @@ -115,7 +115,7 @@ export class TranscodingRunnerJobBuilder extends AbstractJobBuilder { for (const resolution of childrenResolutions) { const dependsOnRunnerJob = mainJob - const fps = computeOutputFPS({ inputFPS, resolution: maxResolution }) + const fps = computeOutputFPS({ inputFPS, resolution }) if (transcodingType === 'hls') { await new VODHLSTranscodingJobHandler().create({ From ed22eaabfac0d53550cd838c12b7d80e01bcc7b5 Mon Sep 17 00:00:00 2001 From: Chocobozzz Date: Wed, 12 Jul 2023 10:22:43 +0200 Subject: [PATCH 2/2] Fix terms/code of conduct link toggle --- client/src/app/+login/login.component.html | 1 + client/src/app/+login/login.component.ts | 5 +++-- client/src/app/+signup/+register/register.component.html | 1 + client/src/app/+signup/+register/register.component.ts | 9 +++------ .../instance-about-accordion.component.html | 8 ++++---- .../instance-about-accordion.component.ts | 8 ++++++++ 6 files changed, 20 insertions(+), 12 deletions(-) diff --git a/client/src/app/+login/login.component.html b/client/src/app/+login/login.component.html index 8ccc73617..5d267f168 100644 --- a/client/src/app/+login/login.component.html +++ b/client/src/app/+login/login.component.html @@ -105,6 +105,7 @@
{{ about?.instance.shortDescription }}
-
+
-
+
-
+
-
+