]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blame - client/src/app/shared/video/sort-field.type.ts
Add/update/delete/list my playlists
[github/Chocobozzz/PeerTube.git] / client / src / app / shared / video / sort-field.type.ts
CommitLineData
7b87d2d5 1export type VideoSortField = 'name' | '-name'
d38b8281 2 | 'duration' | '-duration'
136cce4d 3 | 'publishedAt' | '-publishedAt'
86e83939
C
4 | 'createdAt' | '-createdAt'
5 | 'views' | '-views'
df98563e 6 | 'likes' | '-likes'
9a629c6e 7 | 'trending' | '-trending'