]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blobdiff - client/src/standalone/player/definitions.ts
Add local/remote badges
[github/Chocobozzz/PeerTube.git] / client / src / standalone / player / definitions.ts
index 9fe9032607ebab3fb33793b92a366196d70596a6..495f1a98ce2b6877d7824bb3e49a16e7fc58a064 100644 (file)
@@ -16,3 +16,10 @@ export interface PeerTubeResolution {
   src?: string
   width?: number
 }
+
+export type PeerTubeTextTrack = {
+  id: string
+  label: string
+  src: string
+  mode: TextTrackMode
+}