]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blobdiff - client/src/standalone/player/definitions.ts
move from trending routes to alg param
[github/Chocobozzz/PeerTube.git] / client / src / standalone / player / definitions.ts
index 9fe9032607ebab3fb33793b92a366196d70596a6..cc5203ed534ce93c01197a3217b1f8c4c1c27b1a 100644 (file)
@@ -16,3 +16,10 @@ export interface PeerTubeResolution {
   src?: string
   width?: number
 }
+
+export type PeerTubeTextTrack = {
+  id: string
+  label: string
+  src: string
+  mode: 'showing' | 'disabled'
+}