album update after tag changes with no folder update

This commit is contained in:
sentriz
2020-12-31 02:28:16 +00:00
parent a37993e24f
commit b1543fc524
2 changed files with 4 additions and 7 deletions
+1 -2
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 {