mirror of
https://github.com/Chocobozzz/PeerTube.git
synced 2025-02-25 18:55:32 -06:00
First implem global search
This commit is contained in:
@@ -22,9 +22,19 @@ export interface Video {
|
||||
duration: number
|
||||
isLocal: boolean
|
||||
name: string
|
||||
|
||||
thumbnailPath: string
|
||||
thumbnailUrl?: string
|
||||
|
||||
previewPath: string
|
||||
previewUrl?: string
|
||||
|
||||
embedPath: string
|
||||
embedUrl?: string
|
||||
|
||||
// When using the search index
|
||||
url?: string
|
||||
|
||||
views: number
|
||||
likes: number
|
||||
dislikes: number
|
||||
|
||||
Reference in New Issue
Block a user