mirror of
https://github.com/jeffvli/feishin.git
synced 2026-05-07 04:20:12 +02:00
forcing string value for EP to always be upper case (#1474)
This commit is contained in:
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':
|
||||
|
||||
Reference in New Issue
Block a user