From 674d903b0e993b3a67836f3dabba80282d9900ab Mon Sep 17 00:00:00 2001 From: Chocobozzz Date: Thu, 1 Jul 2021 17:41:03 +0200 Subject: Support accountHandle and channelHandle --- client/src/app/shared/shared-custom-markup/custom-markup.service.ts | 3 +++ 1 file changed, 3 insertions(+) (limited to 'client/src/app/shared/shared-custom-markup/custom-markup.service.ts') diff --git a/client/src/app/shared/shared-custom-markup/custom-markup.service.ts b/client/src/app/shared/shared-custom-markup/custom-markup.service.ts index 15da94709..231e52d0a 100644 --- a/client/src/app/shared/shared-custom-markup/custom-markup.service.ts +++ b/client/src/app/shared/shared-custom-markup/custom-markup.service.ts @@ -188,6 +188,9 @@ export class CustomMarkupService { categoryOneOf: this.buildArrayNumber(data.categoryOneOf) ?? [], languageOneOf: this.buildArrayString(data.languageOneOf) ?? [], + accountHandle: data.accountHandle || undefined, + channelHandle: data.channelHandle || undefined, + filter: this.buildBoolean(data.onlyLocal) ? 'local' as VideoFilter : undefined } -- cgit v1.2.3