mirror of
https://github.com/iv-org/invidious.git
synced 2025-07-09 21:55:47 -05:00
Merge b0c9f87fbea9a527b1e96774de97dc366e76df12 into df8839d1f018644afecb15e144f228d811708f8f
This commit is contained in:
commit
95faefacb0
@ -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…
x
Reference in New Issue
Block a user