First implem global search

This commit is contained in:
Chocobozzz
2020-05-29 16:16:24 +02:00
committed by Chocobozzz
parent 62e7be634b
commit 5fb2e2888c
54 changed files with 1052 additions and 331 deletions

View File

@@ -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