forked from Github/frigate
Use thumbnails instead of review images for search (#12381)
This commit is contained in:
@@ -1,3 +1,5 @@
|
||||
type SearchSource = "thumbnail" | "description";
|
||||
|
||||
export type SearchResult = {
|
||||
id: string;
|
||||
camera: string;
|
||||
@@ -9,6 +11,7 @@ export type SearchResult = {
|
||||
sub_label?: string;
|
||||
thumb_path?: string;
|
||||
zones: string[];
|
||||
search_source: SearchSource;
|
||||
};
|
||||
|
||||
export type SearchFilter = {
|
||||
|
||||
Reference in New Issue
Block a user