mirror of
https://github.com/iv-org/invidious.git
synced 2025-08-08 07:07:02 +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)
|
||||
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