scrobble with brainz trackid, not album id
This commit is contained in:
@@ -67,6 +67,7 @@ type Track struct {
|
||||
TagTrackArtist string `sql:"default: null"`
|
||||
TagTrackNumber int `sql:"default: null"`
|
||||
TagDiscNumber int `sql:"default: null"`
|
||||
TagBrainzID string `sql:"default: null"`
|
||||
}
|
||||
|
||||
func (t *Track) Ext() string {
|
||||
|
||||
Reference in New Issue
Block a user