mirror of
				https://codeberg.org/ashley/poke
				synced 2025-07-17 16:52:11 +00:00 
			
		
		
		
	if no song dont go to / music lmafo
This commit is contained in:
		
							parent
							
								
									c7577dc8f7
								
							
						
					
					
						commit
						f7228fe545
					
				| @ -284,7 +284,10 @@ app.get("/music", async function (req, res) { | ||||
|     { title: json.Title, artist: json.Channel.Name.replace("- Topic", "") }, | ||||
|     1000 | ||||
|   ); | ||||
|    | ||||
| 
 | ||||
|     if (!song) { | ||||
|     res.redirect(`/watch?v=${v}`); | ||||
|   } | ||||
|   var lyrics = await musicInfo | ||||
|     .searchLyrics({ title: song.title, artist: song.artist }) | ||||
|     .catch(() => null); | ||||
|  | ||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user
	 Ashley
						Ashley