|  | @@ -296,9 +296,7 @@ app.post('/lyric', async (req, res) => {
 | 
	
		
			
				|  |  |  
 | 
	
		
			
				|  |  |      async function fetchThatShit() {
 | 
	
		
			
				|  |  |          try {
 | 
	
		
			
				|  |  | -            let fetched = (await (await fetch(`http://192.168.1.166:28883/jsonapi?title=${convertert2s.convertSync(name)}&artist=${convertert2s.convertSync(artist)}&album=${convertert2s.convertSync(album)}`, {
 | 
	
		
			
				|  |  | -                agent: new HttpsProxyAgent("http://localhost:7890")
 | 
	
		
			
				|  |  | -            })).text())
 | 
	
		
			
				|  |  | +            let fetched = (await (await fetch(`http://192.168.1.166:28883/jsonapi?title=${convertert2s.convertSync(name)}&artist=${convertert2s.convertSync(artist)}&album=${convertert2s.convertSync(album)}`)).text())
 | 
	
		
			
				|  |  |  
 | 
	
		
			
				|  |  |                  lrc = fetched
 | 
	
		
			
				|  |  |  
 |