Capture "musicbrainz_releasetrackid" tag (#1827)

* db/migration: typo fix

* model: add MbzReleaseTrackID field

* scanner: capture the musicbrainz_releasetrackid tag
This commit is contained in:
Zane van Iperen
2022-10-02 02:13:47 +10:00
committed by GitHub
parent 22507c9789
commit c7ef4bd803
6 changed files with 40 additions and 5 deletions
+1 -1
View File
@@ -8,7 +8,7 @@ import (
"github.com/navidrome/navidrome/consts"
)
// Use this in migrations that need to communicate something important (braking changes, forced reindexes, etc...)
// Use this in migrations that need to communicate something important (breaking changes, forced reindexes, etc...)
func notice(tx *sql.Tx, msg string) {
if isDBInitialized(tx) {
fmt.Printf(`