]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blobdiff - client/src/app/shared/video/sort-field.type.ts
Translate subtitle langs in player
[github/Chocobozzz/PeerTube.git] / client / src / app / shared / video / sort-field.type.ts
index 776f360f8de43f838f9dc6f44f6a317da2b294e1..2192745b9f4dbc120089dc1552d5ac71c2973f60 100644 (file)
@@ -1,5 +1,6 @@
-export type SortField = 'name' | '-name'
+export type VideoSortField = 'name' | '-name'
                       | 'duration' | '-duration'
+                      | 'publishedAt' | '-publishedAt'
                       | 'createdAt' | '-createdAt'
                       | 'views' | '-views'
                       | 'likes' | '-likes'