Add length and download sizes

This commit is contained in:
Carl Pearson
2024-09-06 15:21:42 -06:00
parent c7d65bf999
commit 6b50fbcc6f
3 changed files with 79 additions and 5 deletions

View File

@@ -15,6 +15,9 @@ type Video struct {
VideoFilename string
AudioFilename string
UserID uint
Length string
AudioSize string
VideoSize string
Status string // "pending", "downloading", "completed", "failed", "cancelled"
}