Remove old tags from models

This commit is contained in:
Deluan
2020-01-17 19:36:50 -05:00
parent 123f543a94
commit 035fdaeb96
4 changed files with 6 additions and 7 deletions
+2 -2
View File
@@ -13,7 +13,7 @@ type MediaFile struct {
Artist string
ArtistID string
AlbumArtist string
AlbumID string `parent:"album"`
AlbumID string
HasCoverArt bool
TrackNumber int
DiscNumber int
@@ -28,7 +28,7 @@ type MediaFile struct {
PlayDate time.Time
Rating int
Starred bool
StarredAt time.Time `idx:"Starred"`
StarredAt time.Time
CreatedAt time.Time
UpdatedAt time.Time
}