X-Git-Url: https://git.immae.eu/?a=blobdiff_plain;f=client%2Fsrc%2Fapp%2Fshared%2Fsearch%2Fsearch-field.type.ts;h=63557898a9981eb3a85ed8d8e0ca592ec2137fae;hb=df98563e2104b82b119c00a3cd83cd0dc1242d25;hp=5228ee68a63b30d1abdb8788662b92f326c56370;hpb=e822fdaeee90cb7c70d5678f19249198cd7aae8c;p=github%2FChocobozzz%2FPeerTube.git diff --git a/client/src/app/shared/search/search-field.type.ts b/client/src/app/shared/search/search-field.type.ts index 5228ee68a..63557898a 100644 --- a/client/src/app/shared/search/search-field.type.ts +++ b/client/src/app/shared/search/search-field.type.ts @@ -1 +1 @@ -export type SearchField = "name" | "author" | "podUrl" | "magnetUri" | "tags"; +export type SearchField = 'name' | 'author' | 'host' | 'magnetUri' | 'tags'