pin youtube plugin to snapshot for tv client fixes
CI/CD / build (push) Has been cancelled
CI/CD / deploy (push) Has been cancelled

This commit is contained in:
2026-08-30 12:52:34 +02:00
parent 06c2aac6ef
commit 73464e3ea0
+6 -2
View File
@@ -8,8 +8,12 @@ lavalink:
plugins: plugins:
# YouTube support was removed from Lavalink core in v4 and now lives in a # YouTube support was removed from Lavalink core in v4 and now lives in a
# plugin. Bump the version if playback breaks (YouTube changes often). # plugin. Bump the version if playback breaks (YouTube changes often).
- dependency: "dev.lavalink.youtube:youtube-plugin:1.18.2" #
snapshot: false # Pinned to a snapshot, not a release: YouTube broke every client at once
# and the fixes (TV client User-Agent, newer client versions) aren't in a
# tagged release yet. Move back to one as soon as they are.
- dependency: "dev.lavalink.youtube:youtube-plugin:f45bbb7aebfcbc1c553769e04af6cd43afa8b7c3"
snapshot: true
server: server:
# Sourced from the LAVALINK_SERVER_PASSWORD env var (set by docker-compose # Sourced from the LAVALINK_SERVER_PASSWORD env var (set by docker-compose
# from LAVALINK_PASSWORD in .env). Required — the server won't start without it. # from LAVALINK_PASSWORD in .env). Required — the server won't start without it.