streaming rate on embeds, artist column

This commit is contained in:
Carl Pearson
2024-09-14 15:12:59 -06:00
parent e9efe35446
commit b198caaefc
5 changed files with 86 additions and 22 deletions

View File

@@ -30,8 +30,8 @@ type Video struct {
Width uint
Height uint
FPS float64
Length string
Size string
Length float64
Size int64
Type string
Codec string
}
@@ -59,9 +59,9 @@ type Audio struct {
gorm.Model
OriginalID uint // Original.ID
Source string // "original", "transcode"
Kbps string
Length string
Size string
Bps uint
Length float64
Size int64
Type string
Codec string
Filename string