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 683d447 commit 4aebe60Copy full SHA for 4aebe60
server/routes/release.tsx
@@ -66,8 +66,9 @@ export default defineRoute(async (req, ctx) => {
66
if (mbInfo) {
67
existingMBID = mbInfo.id;
68
release.info.messages.push({
69
- text:
70
- `Release with GTIN ${release.gtin} already exists on MusicBrainz ([show actions](release/actions?release_mbid=${mbInfo.id}))`,
+ text: `Release with GTIN ${
+ release.gtin || '[unknown]'
71
+ } already exists on MusicBrainz ([show actions](release/actions?release_mbid=${mbInfo.id}))`,
72
type: 'info',
73
});
74
}
0 commit comments