added "language" to the Format struct (#194)

This commit is contained in:
Marco Piovanello
2024-09-06 10:23:08 +02:00
committed by GitHub
parent ffc7f29688
commit fb2642de2c
3 changed files with 3 additions and 0 deletions

View File

@@ -58,6 +58,7 @@ type Format struct {
VCodec string `json:"vcodec"`
ACodec string `json:"acodec"`
Size float32 `json:"filesize_approx"`
Language string `json:"language"`
}
// struct representing the response sent to the client