scan musicbrainz album id to db and scrobble with it

This commit is contained in:
sentriz
2019-07-08 23:17:15 +01:00
parent 8437068e96
commit 35a4f5b42c
5 changed files with 15 additions and 11 deletions

View File

@@ -347,6 +347,7 @@ func (s *Scanner) handleTrack(it *item) error {
}
folder.TagTitle = trTags.Album()
folder.TagTitleUDec = decoded(trTags.Album())
folder.TagBrainzID = trTags.AlbumBrainzID()
folder.TagYear = trTags.Year()
folder.TagArtistID = artist.ID
folder.ReceivedTags = true