mirror of
				https://git.unlock-music.dev/um/web.git
				synced 2025-11-04 11:53:30 +08:00 
			
		
		
		
	Fix ncm unlock while no album pic #58
This commit is contained in:
		
							parent
							
								
									6410576adb
								
							
						
					
					
						commit
						7b9070f99d
					
				@ -132,7 +132,8 @@ function getMetaData(dataView, fileBuffer, offset) {
 | 
			
		||||
    if (plainText.slice(0, labelIndex) === "dj") {
 | 
			
		||||
        result = result.mainMusic;
 | 
			
		||||
    }
 | 
			
		||||
    result.albumPic = result.albumPic.replace("http:", "https:");
 | 
			
		||||
    console.log(result);
 | 
			
		||||
    if (!!result.albumPic) result.albumPic = result.albumPic.replace("http://", "https://");
 | 
			
		||||
    return {data: result, offset: offset};
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
 | 
			
		||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user