Add initial media filtering for the gallery.
This commit is contained in:
@@ -86,6 +86,8 @@ export interface EventQuery extends MediaQuery {
|
||||
|
||||
// Frigate equivalent: zone
|
||||
where?: Set<string>;
|
||||
|
||||
favorite?: boolean;
|
||||
}
|
||||
export type PartialEventQuery = Partial<EventQuery>;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user