]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blobdiff - shared/models/videos/video-sort-field.type.ts
Support short uuid for GET video/playlist
[github/Chocobozzz/PeerTube.git] / shared / models / videos / video-sort-field.type.ts
index 97687f84b28615b36c4b5622b36f4b6338837791..5073848b8861d5e382af3ded02703987325721e7 100644 (file)
@@ -8,4 +8,5 @@ export type VideoSortField =
 
   // trending sorts
   'trending' | '-trending' |
-  'hot' | '-hot'
+  'hot' | '-hot' |
+  'best' | '-best'