move to audiotags

This commit is contained in:
sentriz
2019-06-11 13:42:42 +01:00
parent 435b6c1f8b
commit e5998dca02
7 changed files with 64 additions and 35 deletions

View File

@@ -23,7 +23,7 @@ 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 `sql:"default: null"`
Length int `sql:"default: null"`
Bitrate int `sql:"default: null"`
TagTitle string `sql:"default: null"`
TagTrackArtist string `sql:"default: null"`