···201201 };
202202203203 if (tags.track?.no != null) record.trackNumber = tags.track.no;
204204- if (tags.disk?.no != null) record.discNumber = tags.disk.no;
204204+ if (tags.disc?.no != null) record.discNumber = tags.disc.no;
205205206206 record.createdAt = new Date(startedAt).toISOString();
207207
+1-1
src/facets/connect/common.js
···1616 * @param {Object} config
1717 * @param {string} config.title - Card header title
1818 * @param {TemplateResult | string} config.description - Content shown on the left side
1919- * @param {TemplateResult} [config.rightContent] - Extra content shown at the top of the right side
1919+ * @param {TemplateResult | typeof nothing} [config.rightContent] - Extra content shown at the top of the right side
2020 * @param {TemplateResult} config.formFields - Form body content (inputs, footnotes, etc.)
2121 * @param {(mode: 'input' | 'output') => Promise<void>} config.onSubmit
2222 * @param {boolean} [config.hasInput] - Whether to show the "Add audio input" button (default: true)