1
0
Fork 0
mirror of https://github.com/Chocobozzz/PeerTube.git synced 2025-10-04 10:19:35 +02:00

Filter videos by live in custom markup

This commit is contained in:
Chocobozzz 2021-08-02 16:50:56 +02:00
parent 3da38d6e9f
commit ff4de38385
No known key found for this signature in database
GPG key ID: 583A612D890159BE
8 changed files with 31 additions and 30 deletions

View file

@ -36,6 +36,8 @@ export type VideosListMarkupData = {
channelHandle?: string
accountHandle?: string
isLive?: string // number
onlyLocal?: string // boolean
}