mirror of
https://github.com/iv-org/invidious.git
synced 2025-08-09 20:24:03 +00:00
Compare commits
1 Commits
SamantazFo
...
dependabot
Author | SHA1 | Date | |
---|---|---|---|
![]() |
26c921ef39 |
@@ -1,4 +1,4 @@
|
||||
FROM crystallang/crystal:1.16.3-alpine AS builder
|
||||
FROM crystallang/crystal:1.17.1-alpine AS builder
|
||||
|
||||
RUN apk add --no-cache sqlite-static yaml-static
|
||||
|
||||
|
@@ -20,7 +20,7 @@ module Invidious::Routes::Embed
|
||||
return error_template(500, ex)
|
||||
end
|
||||
|
||||
url = "/embed/#{first_playlist_video.id}?#{env.params.query}"
|
||||
url = "/embed/#{first_playlist_video}?#{env.params.query}"
|
||||
|
||||
if env.params.query.size > 0
|
||||
url += "?#{env.params.query}"
|
||||
|
Reference in New Issue
Block a user