diff options
author | Chocobozzz <me@florianbigard.com> | 2021-08-02 16:50:56 +0200 |
---|---|---|
committer | Chocobozzz <me@florianbigard.com> | 2021-08-02 17:10:07 +0200 |
commit | ff4de38385049bf8f6e1d76d8511854fcfabc71c (patch) | |
tree | 217dba89333609fc0255c2efbc38c0e7a8379bb8 /shared/models | |
parent | 3da38d6e9f8d600476be276666ac7223aa5f172c (diff) | |
download | PeerTube-ff4de38385049bf8f6e1d76d8511854fcfabc71c.tar.gz PeerTube-ff4de38385049bf8f6e1d76d8511854fcfabc71c.tar.zst PeerTube-ff4de38385049bf8f6e1d76d8511854fcfabc71c.zip |
Filter videos by live in custom markup
Diffstat (limited to 'shared/models')
-rw-r--r-- | shared/models/custom-markup/custom-markup-data.model.ts | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/shared/models/custom-markup/custom-markup-data.model.ts b/shared/models/custom-markup/custom-markup-data.model.ts index 8cbe3cfa4..667eaad9c 100644 --- a/shared/models/custom-markup/custom-markup-data.model.ts +++ b/shared/models/custom-markup/custom-markup-data.model.ts | |||
@@ -36,6 +36,8 @@ export type VideosListMarkupData = { | |||
36 | channelHandle?: string | 36 | channelHandle?: string |
37 | accountHandle?: string | 37 | accountHandle?: string |
38 | 38 | ||
39 | isLive?: string // number | ||
40 | |||
39 | onlyLocal?: string // boolean | 41 | onlyLocal?: string // boolean |
40 | } | 42 | } |
41 | 43 | ||