scrobble with brainz trackid, not album id

This commit is contained in:
sentriz
2020-03-03 15:08:35 +00:00
parent 754bc74bc7
commit 80d5c420dd
4 changed files with 4 additions and 1 deletions

View File

@@ -336,6 +336,7 @@ func (s *Scanner) handleTrack(it *item) error {
track.TagTrackArtist = trTags.Artist()
track.TagTrackNumber = trTags.TrackNumber()
track.TagDiscNumber = trTags.DiscNumber()
track.TagBrainzID = trTags.BrainzID()
track.Length = trTags.Length() // these two should be calculated
track.Bitrate = trTags.Bitrate() // ...from the file instead of tags
//