]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blobdiff - client/src/app/videos/shared/sort-field.type.ts
Add video privacy setting
[github/Chocobozzz/PeerTube.git] / client / src / app / videos / shared / sort-field.type.ts
index 6e8cc7936d798695006bb4535d5dbb96288357a1..776f360f8de43f838f9dc6f44f6a317da2b294e1 100644 (file)
@@ -1,3 +1,5 @@
-export type SortField = "name" | "-name"
-                      | "duration" | "-duration"
-                      | "createdDate" | "-createdDate";
+export type SortField = 'name' | '-name'
+                      | 'duration' | '-duration'
+                      | 'createdAt' | '-createdAt'
+                      | 'views' | '-views'
+                      | 'likes' | '-likes'