fix #142: remove default mp3 cover description
(cherry picked from commit 4bca64b4b8f4be02222de2fa5f6db0382855fd23)
This commit is contained in:
parent
96fccaeec7
commit
9edb12b008
@ -145,7 +145,7 @@ export function WriteMetaToMp3(audioData: Buffer, info: IMusicMeta, original: IA
|
||||
writer.setFrame('APIC', {
|
||||
type: 3,
|
||||
data: info.picture,
|
||||
description: info.picture_desc || 'Cover',
|
||||
description: info.picture_desc || '',
|
||||
});
|
||||
}
|
||||
return writer.addTag();
|
||||
|
Loading…
Reference in New Issue
Block a user