]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blobdiff - client/src/app/shared/video/sort-field.type.ts
Add popover autoclose
[github/Chocobozzz/PeerTube.git] / client / src / app / shared / video / sort-field.type.ts
index 2a3ae4ddd8bc1fc77d2390219b675fd163bc5a06..2192745b9f4dbc120089dc1552d5ac71c2973f60 100644 (file)
@@ -1,5 +1,6 @@
 export type VideoSortField = 'name' | '-name'
                       | 'duration' | '-duration'
+                      | 'publishedAt' | '-publishedAt'
                       | 'createdAt' | '-createdAt'
                       | 'views' | '-views'
                       | 'likes' | '-likes'