From b16e5971256e5884b2100d3a809b5d0048dde2bc Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Fri, 3 Apr 2026 09:07:34 +0000 Subject: [PATCH] Fix frontend test typing for override flag Agent-Logs-Url: https://github.com/alexta69/metube/sessions/31b4274d-cf48-4260-b73b-633cbcd2bb09 Co-authored-by: alexta69 <7450369+alexta69@users.noreply.github.com> --- ui/src/app/app.spec.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ui/src/app/app.spec.ts b/ui/src/app/app.spec.ts index abdc01f..1f9855d 100644 --- a/ui/src/app/app.spec.ts +++ b/ui/src/app/app.spec.ts @@ -145,7 +145,7 @@ describe('App', () => { }); it('shows manual override input when enabled', () => { - downloads.configuration.ALLOW_YTDL_OPTIONS_OVERRIDES = true; + downloads.configuration['ALLOW_YTDL_OPTIONS_OVERRIDES'] = true; const fixture = TestBed.createComponent(App); fixture.componentInstance.isAdvancedOpen = true;