Add extension on the transcoder info

This commit is contained in:
Zoe Roux
2023-12-15 19:30:26 +01:00
parent dd62f8f8ac
commit 2603c1b29d
2 changed files with 7 additions and 0 deletions
@@ -110,6 +110,10 @@ export const WatchInfoP = z.object({
* The internal path of the video file.
*/
path: z.string(),
/**
* The extension used to store this video file.
*/
extension: z.string(),
/**
* The container of the video file of this episode. Common containers are mp4, mkv, avi and so on.
*/