mirror of
https://github.com/iv-org/invidious.git
synced 2025-07-21 06:04:35 -04:00
Merge b0c9f87fbe
into df8839d1f0
This commit is contained in:
commit
95faefacb0
1 changed files with 1 additions and 1 deletions
|
@ -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}"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue