mirror of
https://github.com/zarzet/SpotiFLAC-Mobile.git
synced 2026-08-27 05:12:29 +02:00
fix(metadata): avoid duplicate explicit indicator
This commit is contained in:
@@ -468,11 +468,6 @@ extension _TrackMetadataCards on _TrackMetadataScreenState {
|
||||
_MetadataItem(context.l10n.editMetadataFieldComposer, composer!),
|
||||
if (albumType != null)
|
||||
_MetadataItem(context.l10n.trackAlbumType, albumType!),
|
||||
if (isExplicit)
|
||||
_MetadataItem(
|
||||
context.l10n.editMetadataFieldExplicit,
|
||||
context.l10n.metadataExplicitValue,
|
||||
),
|
||||
if (comment != null)
|
||||
_MetadataItem(context.l10n.editMetadataFieldComment, comment!),
|
||||
if (isrc != null && isrc!.isNotEmpty) _MetadataItem('ISRC', isrc!),
|
||||
|
||||
Reference in New Issue
Block a user