From ff4de38385049bf8f6e1d76d8511854fcfabc71c Mon Sep 17 00:00:00 2001 From: Chocobozzz Date: Mon, 2 Aug 2021 16:50:56 +0200 Subject: Filter videos by live in custom markup --- client/src/app/shared/shared-custom-markup/custom-markup.service.ts | 2 ++ 1 file changed, 2 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 089728a51..c9d33980e 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 @@ -191,6 +191,8 @@ export class CustomMarkupService { accountHandle: data.accountHandle || undefined, channelHandle: data.channelHandle || undefined, + isLive: this.buildBoolean(data.isLive), + filter: this.buildBoolean(data.onlyLocal) ? 'local' as VideoFilter : undefined } -- cgit v1.2.3