mirror of
https://github.com/jeffvli/feishin.git
synced 2026-06-16 00:14:23 +02:00
fix album tags always showing compilation (#1313)
This commit is contained in:
@@ -134,8 +134,7 @@ 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,
|
||||||
},
|
},
|
||||||
|
|||||||
Reference in New Issue
Block a user