scan musicbrainz album id to db and scrobble with it
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user