Add /video/id/set_timestamp handler, timestamp in video HTML

This commit is contained in:
Carl Pearson
2025-05-01 05:33:22 -06:00
parent 14adf10c68
commit 010c6bd191
5 changed files with 70 additions and 8 deletions

View File

@@ -23,14 +23,15 @@ const (
type Original struct {
gorm.Model
UserID uint
URL string
Title string
Artist string
Status Status
Audio bool // video download requested
Video bool // audio download requested
Watched bool
UserID uint
URL string
Title string
Artist string
Status Status
Audio bool // video download requested
Video bool // audio download requested
Watched bool
Timestamp float64
Playlist bool // part of a playlist
PlaylistID uint // Playlist.ID (if part of a playlist)