+ {t(rule.label, { postProcess: rule.postprocess || 'sentenceCase' })} |
+ {value} |
+
+ );
+};
+
+const formatArtists = (item: Album | Song) =>
+ item.albumArtists?.map((artist) => artist.name).join(' · ');
+
+const formatComment = (item: Album | Song) =>
+ item.comment ?