diff options
Diffstat (limited to 'shared/models/custom-markup')
-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 | ||