X-Git-Url: https://git.librecmc.org/?a=blobdiff_plain;f=client%2Fsrc%2Fapp%2Fshared%2Fvideo%2Fsort-field.type.ts;h=d1088d24495e35f3cbd8bac0f88ce8dc34ef1867;hb=0f4905e120e66c5227ca3c57074e3e8554424621;hp=2a3ae4ddd8bc1fc77d2390219b675fd163bc5a06;hpb=7b87d2d5141d0eb48db2a3fd162208d6a79b2035;p=oweals%2Fpeertube.git diff --git a/client/src/app/shared/video/sort-field.type.ts b/client/src/app/shared/video/sort-field.type.ts index 2a3ae4ddd..d1088d244 100644 --- a/client/src/app/shared/video/sort-field.type.ts +++ b/client/src/app/shared/video/sort-field.type.ts @@ -1,5 +1,7 @@ export type VideoSortField = 'name' | '-name' | 'duration' | '-duration' + | 'publishedAt' | '-publishedAt' | 'createdAt' | '-createdAt' | 'views' | '-views' | 'likes' | '-likes' + | 'trending' | '-trending'