mirror of
				https://github.com/iv-org/invidious.git
				synced 2025-10-31 04:32:02 +00:00 
			
		
		
		
	Fix missing .id to retrieve first playlist video ID
This was missed in the review of PR 5196
This commit is contained in:
		| @@ -20,7 +20,7 @@ module Invidious::Routes::Embed | ||||
|         return error_template(500, ex) | ||||
|       end | ||||
|  | ||||
|       url = "/embed/#{first_playlist_video}?#{env.params.query}" | ||||
|       url = "/embed/#{first_playlist_video.id}?#{env.params.query}" | ||||
|  | ||||
|       if env.params.query.size > 0 | ||||
|         url += "?#{env.params.query}" | ||||
|   | ||||
		Reference in New Issue
	
	Block a user
	 Samantaz Fox
					Samantaz Fox