]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blobdiff - client/src/app/shared/search/search.component.ts
Use ng2-file-upload instead of jquery and add tags support to the video
[github/Chocobozzz/PeerTube.git] / client / src / app / shared / search / search.component.ts
index 31f8b1535d21f5f5301649f442dcd41d288ef2a2..c14c2d99c50473e728ee594db927c457c59cadc0 100644 (file)
@@ -18,7 +18,8 @@ export class SearchComponent {
     name: 'Name',
     author: 'Author',
     podUrl: 'Pod Url',
-    magnetUri: 'Magnet Uri'
+    magnetUri: 'Magnet Uri',
+    tags: 'Tags'
   };
   searchCriterias: Search = {
     field: 'name',