Skip to content

Commit

Permalink
Fix naming of video offset
Browse files Browse the repository at this point in the history
  • Loading branch information
aaricdev committed Dec 16, 2023
1 parent 2699420 commit bd2c989
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion internal/database/videos.go
Expand Up @@ -32,7 +32,7 @@ type Video struct {

type VideoMutedSegment struct {
VideoID string `db:"video_id" json:"-"`
VideoOffset int `db:"video_offset" json:"video_offset"`
VideoOffset int `db:"video_offset" json:"offset"`
Duration int `db:"duration" json:"duration"`
}

Expand Down

0 comments on commit bd2c989

Please sign in to comment.