mirror of
				https://git.unlock-music.dev/um/web.git
				synced 2025-11-04 08:03:29 +08:00 
			
		
		
		
	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…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user