Compare commits

..

1 Commits

Author SHA1 Message Date
dependabot[bot]
26c921ef39 Bump crystallang/crystal from 1.16.3-alpine to 1.17.1-alpine in /docker
Bumps crystallang/crystal from 1.16.3-alpine to 1.17.1-alpine.

---
updated-dependencies:
- dependency-name: crystallang/crystal
  dependency-version: 1.17.1-alpine
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2025-07-28 23:30:10 +00:00
2 changed files with 2 additions and 2 deletions

View File

@@ -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

View File

@@ -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}"