mirror of
https://github.com/immich-app/immich.git
synced 2026-03-01 18:19:10 +03:00
feat: adds option to search only for untagged assets (#19730)
Co-authored-by: SkwalExe <skwal@skwal.net>
This commit is contained in:
committed by
GitHub
parent
818bdde317
commit
f778adea92
@@ -89,7 +89,7 @@ export interface SearchPeopleOptions {
|
||||
}
|
||||
|
||||
export interface SearchTagOptions {
|
||||
tagIds?: string[];
|
||||
tagIds?: string[] | null;
|
||||
}
|
||||
|
||||
export interface SearchAlbumOptions {
|
||||
|
||||
Reference in New Issue
Block a user