album update after tag changes with no folder update

This commit is contained in:
sentriz
2020-12-30 21:51:59 +00:00
parent a37993e24f
commit b1543fc524
2 changed files with 4 additions and 7 deletions

View File

@@ -177,8 +177,7 @@ type Album struct {
Tracks []*Track
ChildCount int `sql:"-"`
Duration int `sql:"-"`
ReceivedPaths bool `gorm:"-"`
ReceivedTags bool `gorm:"-"`
ShouldSave bool `sql:"-"`
}
func (a *Album) SID() *specid.ID {