We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6eae45e commit f34a368Copy full SHA for f34a368
internal/database/videos.go
@@ -20,7 +20,7 @@ type Video struct {
20
Viewable string `db:"viewable" json:"viewable"`
21
ViewCount int `db:"view_count" json:"view_count"`
22
Duration string `db:"duration" json:"duration"`
23
- VideoLanguage string `db:"video_language" json:"video_language"`
+ VideoLanguage string `db:"video_language" json:"language"`
24
MutedSegments []VideoMutedSegment `json:"muted_segments"`
25
CategoryID *string `db:"category_id" dbs:"v.category_id" json:"-"`
26
Type string `db:"type" json:"type"`
0 commit comments