album update after tag changes with no folder update

This commit is contained in:
sentriz
2021-01-03 18:15:16 +00:00
committed by Senan Kelly
parent dfefd9e616
commit 711ffe144f
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 {