mirror of
				https://git.unlock-music.dev/um/web.git
				synced 2025-11-04 11:43:28 +08:00 
			
		
		
		
	Add tips for qmc not writing cover
This commit is contained in:
		
							parent
							
								
									31215772e3
								
							
						
					
					
						commit
						e1505148c8
					
				@ -95,6 +95,8 @@ export async function Decrypt(file, raw_filename, raw_ext) {
 | 
				
			|||||||
                        writer.importPictureFromBuffer(Buffer.from(imageInfo.buffer))
 | 
					                        writer.importPictureFromBuffer(Buffer.from(imageInfo.buffer))
 | 
				
			||||||
                        musicDecoded = writer.save()
 | 
					                        musicDecoded = writer.save()
 | 
				
			||||||
                        musicBlob = new Blob([musicDecoded], {type: mime});
 | 
					                        musicBlob = new Blob([musicDecoded], {type: mime});
 | 
				
			||||||
 | 
					                    } else {
 | 
				
			||||||
 | 
					                        console.info("writing metadata for " + ext + " is not being supported for now")
 | 
				
			||||||
                    }
 | 
					                    }
 | 
				
			||||||
                } catch (e) {
 | 
					                } catch (e) {
 | 
				
			||||||
                    console.warn("Error while appending cover image to file " + e)
 | 
					                    console.warn("Error while appending cover image to file " + e)
 | 
				
			||||||
 | 
				
			|||||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user