mirror of
				https://git.unlock-music.dev/um/web.git
				synced 2025-11-04 11:53:30 +08:00 
			
		
		
		
	Bug Fix in Worker Mode
This commit is contained in:
		
							parent
							
								
									f64fa71b1e
								
							
						
					
					
						commit
						e31eb9c1f1
					
				@ -104,7 +104,6 @@ async function queryAlbumCoverImage(artist, title, album) {
 | 
			
		||||
        jsonpData = await RequestJsonp(song_query_url, "callback");
 | 
			
		||||
        queriedSong = jsonpData["data"]["song"]["list"][0];
 | 
			
		||||
    } catch (e) {
 | 
			
		||||
        console.error(e)
 | 
			
		||||
    }
 | 
			
		||||
    let imgUrl = "";
 | 
			
		||||
    if (!!queriedSong && !!queriedSong["album"]) {
 | 
			
		||||
 | 
			
		||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user