mirror of
https://github.com/jeffvli/feishin.git
synced 2026-06-17 00:44:23 +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;
|
break;
|
||||||
case 'ep':
|
case 'ep':
|
||||||
displayName = t('releaseType.primary.ep', {
|
displayName = t('releaseType.primary.ep', {
|
||||||
postProcess: 'sentenceCase',
|
postProcess: 'upperCase',
|
||||||
});
|
});
|
||||||
break;
|
break;
|
||||||
case 'field recording':
|
case 'field recording':
|
||||||
|
|||||||
Reference in New Issue
Block a user