mirror of
				https://codeberg.org/ashley/poke
				synced 2025-07-17 16:52:11 +00:00 
			
		
		
		
	qwq
This commit is contained in:
		
							parent
							
								
									0edc0c5c5d
								
							
						
					
					
						commit
						4a9d513b88
					
				
							
								
								
									
										11
									
								
								server.js
									
									
									
									
									
								
							
							
						
						
									
										11
									
								
								server.js
									
									
									
									
									
								
							| @ -169,7 +169,16 @@ app.get("/watch", async function (req, res) { | ||||
|   var n = await nightly.text().catch(() => null); | ||||
| 
 | ||||
|    | ||||
|    | ||||
|   var nn = ""; | ||||
| 
 | ||||
|   if (n === null) { | ||||
|     nn = ""; | ||||
|   } | ||||
| 
 | ||||
|   if (n) { | ||||
|     nn = JSON.parse(n); | ||||
|   } | ||||
|    | ||||
|   var fetching = await fetcher(v); | ||||
| 
 | ||||
| @ -225,7 +234,7 @@ app.get("/watch", async function (req, res) { | ||||
|     f: f, | ||||
|     t: config.t_url, | ||||
|     optout: t, | ||||
|     nigth:JSON.parse(n), | ||||
|     nigth:nn, | ||||
|     lyrics: "", | ||||
|   }); | ||||
| }); | ||||
|  | ||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user
	 Ashley
						Ashley