]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blobdiff - client/src/app/shared/video/sort-field.type.ts
Fix videos list user NSFW policy
[github/Chocobozzz/PeerTube.git] / client / src / app / shared / video / sort-field.type.ts
index 2192745b9f4dbc120089dc1552d5ac71c2973f60..d1088d24495e35f3cbd8bac0f88ce8dc34ef1867 100644 (file)
@@ -4,3 +4,4 @@ export type VideoSortField = 'name' | '-name'
                       | 'createdAt' | '-createdAt'
                       | 'views' | '-views'
                       | 'likes' | '-likes'
+                      | 'trending' | '-trending'