From 73464e3ea0dd7cbeca93de3ec74aaad384b4e1a4 Mon Sep 17 00:00:00 2001 From: Ksan Date: Sun, 30 Aug 2026 12:52:34 +0200 Subject: [PATCH] pin youtube plugin to snapshot for tv client fixes --- lavalink/application.yml | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/lavalink/application.yml b/lavalink/application.yml index 0324ed7..71a08a4 100644 --- a/lavalink/application.yml +++ b/lavalink/application.yml @@ -8,8 +8,12 @@ lavalink: plugins: # YouTube support was removed from Lavalink core in v4 and now lives in a # 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: # 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.