update to latest sentriz/taggolib

This commit is contained in:
sentriz
2019-06-07 17:13:40 +01:00
parent c96fdf458f
commit 188b52bc61
5 changed files with 28 additions and 62 deletions

View File

@@ -22,8 +22,8 @@ type Track struct {
Artist *Artist
ArtistID int `gorm:"not null; index" sql:"default: null; type:int REFERENCES artists(id) ON DELETE CASCADE"`
Size int `gorm:"not null" sql:"default: null"`
Duration int `gorm:"not null" sql:"default: null"`
Bitrate int `gorm:"not null" sql:"default: null"`
Duration int `sql:"default: null"`
Bitrate int `sql:"default: null"`
TagTitle string `sql:"default: null"`
TagTrackArtist string `sql:"default: null"`
TagTrackNumber int `sql:"default: null"`