We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d717396 commit 0030628Copy full SHA for 0030628
1 file changed
internal/importer/maloja.go
@@ -64,7 +64,7 @@ func ImportMalojaFile(ctx context.Context, store db.DB, filename string) error {
64
l.Debug().Msg("Skipping invalid maloja import item")
65
continue
66
}
67
- ts := time.Unix(item.Time, 0)
+ ts := time.Unix(item.Time, 0).UTC()
68
opts := catalog.SubmitListenOpts{
69
MbzCaller: &mbz.MusicBrainzClient{},
70
Artist: item.Track.Artists[0],
0 commit comments