]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blobdiff - shared/models/custom-markup/custom-markup-data.model.ts
Merge branch 'release/3.3.0' into develop
[github/Chocobozzz/PeerTube.git] / shared / models / custom-markup / custom-markup-data.model.ts
index 8cbe3cfa4731ea680f2500008350af4805f4f705..667eaad9c0c3cb30178a6087db0968905f556100 100644 (file)
@@ -36,6 +36,8 @@ export type VideosListMarkupData = {
   channelHandle?: string
   accountHandle?: string
 
+  isLive?: string // number
+
   onlyLocal?: string // boolean
 }