mirror of
https://github.com/jeffvli/feishin.git
synced 2026-05-06 20:10:12 +02:00
fix casing on artist albums title
This commit is contained in:
@@ -129,7 +129,7 @@ const AlbumListRoute = () => {
|
||||
|
||||
const artist = searchParams.get('artistName');
|
||||
const title = artist
|
||||
? t('page.albumList.artistAlbums', { artist })
|
||||
? t('page.albumList.artistAlbums', { artist, postProcess: 'sentenceCase' })
|
||||
: genreId
|
||||
? t('page.albumList.genreAlbums', { genre: titleCase(genreTitle) })
|
||||
: undefined;
|
||||
|
||||
Reference in New Issue
Block a user