mirror of
https://github.com/iv-org/invidious.git
synced 2025-08-08 15:17:19 +02:00
Compare commits
1 Commits
master
...
SamantazFo
Author | SHA1 | Date | |
---|---|---|---|
|
b0c9f87fbe |
@@ -20,7 +20,7 @@ module Invidious::Routes::Embed
|
|||||||
return error_template(500, ex)
|
return error_template(500, ex)
|
||||||
end
|
end
|
||||||
|
|
||||||
url = "/embed/#{first_playlist_video}?#{env.params.query}"
|
url = "/embed/#{first_playlist_video.id}?#{env.params.query}"
|
||||||
|
|
||||||
if env.params.query.size > 0
|
if env.params.query.size > 0
|
||||||
url += "?#{env.params.query}"
|
url += "?#{env.params.query}"
|
||||||
|
Reference in New Issue
Block a user