]> 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 7bda3112a182aa9e4fb22350a65f7f1ab4f6f909..776f360f8de43f838f9dc6f44f6a317da2b294e1 100644 (file)
@@ -1,3 +1,5 @@
 export type SortField = 'name' | '-name'
                       | 'duration' | '-duration'
-                      | 'createdAt' | '-createdAt';
+                      | 'createdAt' | '-createdAt'
+                      | 'views' | '-views'
+                      | 'likes' | '-likes'