aboutsummaryrefslogtreecommitdiffhomepage
path: root/client/src/app/shared/search/search.component.ts
diff options
context:
space:
mode:
Diffstat (limited to 'client/src/app/shared/search/search.component.ts')
-rw-r--r--client/src/app/shared/search/search.component.ts3
1 files changed, 2 insertions, 1 deletions
diff --git a/client/src/app/shared/search/search.component.ts b/client/src/app/shared/search/search.component.ts
index 31f8b1535..c14c2d99c 100644
--- a/client/src/app/shared/search/search.component.ts
+++ b/client/src/app/shared/search/search.component.ts
@@ -18,7 +18,8 @@ export class SearchComponent {
18 name: 'Name', 18 name: 'Name',
19 author: 'Author', 19 author: 'Author',
20 podUrl: 'Pod Url', 20 podUrl: 'Pod Url',
21 magnetUri: 'Magnet Uri' 21 magnetUri: 'Magnet Uri',
22 tags: 'Tags'
22 }; 23 };
23 searchCriterias: Search = { 24 searchCriterias: Search = {
24 field: 'name', 25 field: 'name',