mirror of
https://github.com/gabehf/Koito.git
synced 2026-03-07 21:48:18 -08:00
remove impossible nil check
This commit is contained in:
parent
8223a29be6
commit
d75e877295
1 changed files with 0 additions and 3 deletions
|
|
@ -74,9 +74,6 @@ func matchTrackByMbzID(ctx context.Context, d db.DB, opts AssociateTrackOpts) (*
|
||||||
} else {
|
} else {
|
||||||
l.Warn().Msgf("Attempted to update track %s with MusicBrainz ID, but an existing ID was already found", track.Title)
|
l.Warn().Msgf("Attempted to update track %s with MusicBrainz ID, but an existing ID was already found", track.Title)
|
||||||
}
|
}
|
||||||
if err != nil {
|
|
||||||
return nil, fmt.Errorf("matchTrackByMbzID: %w", err)
|
|
||||||
}
|
|
||||||
track.MbzID = &opts.TrackMbzID
|
track.MbzID = &opts.TrackMbzID
|
||||||
return track, nil
|
return track, nil
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue