forcing string value for EP to always be upper case (#1474)

This commit is contained in:
Leonardo Salgueiro
2026-01-01 19:59:27 +00:00
committed by GitHub
parent 14cc4079a3
commit a7d2a427ec
@@ -1165,7 +1165,7 @@ const ArtistAlbums = ({ albumsQuery }: ArtistAlbumsProps) => {
break;
case 'ep':
displayName = t('releaseType.primary.ep', {
postProcess: 'sentenceCase',
postProcess: 'upperCase',
});
break;
case 'field recording':