aboutsummaryrefslogtreecommitdiffhomepage
path: root/client/src/app/shared/shared-custom-markup/custom-markup.service.ts
diff options
context:
space:
mode:
Diffstat (limited to 'client/src/app/shared/shared-custom-markup/custom-markup.service.ts')
-rw-r--r--client/src/app/shared/shared-custom-markup/custom-markup.service.ts3
1 files changed, 3 insertions, 0 deletions
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 {
188 categoryOneOf: this.buildArrayNumber(data.categoryOneOf) ?? [], 188 categoryOneOf: this.buildArrayNumber(data.categoryOneOf) ?? [],
189 languageOneOf: this.buildArrayString(data.languageOneOf) ?? [], 189 languageOneOf: this.buildArrayString(data.languageOneOf) ?? [],
190 190
191 accountHandle: data.accountHandle || undefined,
192 channelHandle: data.channelHandle || undefined,
193
191 filter: this.buildBoolean(data.onlyLocal) ? 'local' as VideoFilter : undefined 194 filter: this.buildBoolean(data.onlyLocal) ? 'local' as VideoFilter : undefined
192 } 195 }
193 196