mirror of
https://github.com/jeffvli/feishin.git
synced 2026-05-17 06:00:20 +02:00
fix album tags always showing compilation (#1313)
This commit is contained in:
@@ -134,10 +134,9 @@ const AlbumMetadataTags = ({ album }: AlbumMetadataTagsProps) => {
|
|||||||
},
|
},
|
||||||
{
|
{
|
||||||
id: 'isCompilation',
|
id: 'isCompilation',
|
||||||
value:
|
value: album?.isCompilation
|
||||||
album.isCompilation !== null
|
? t('filter.isCompilation', { postProcess: 'sentenceCase' })
|
||||||
? t('filter.isCompilation', { postProcess: 'sentenceCase' })
|
: undefined,
|
||||||
: undefined,
|
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
id: 'recordLabels',
|
id: 'recordLabels',
|
||||||
|
|||||||
Reference in New Issue
Block a user