From b88f16f43e5f349b06c7e291a446aeeb9939452b Mon Sep 17 00:00:00 2001 From: GHOSCHT <31184695+GHOSCHT@users.noreply.github.com> Date: Mon, 13 May 2024 16:10:30 +0200 Subject: [PATCH] Arion: Bump Jellyfin to 10.9.1 jellyfin: 10.8.13 -> 10.9.0 -> 10.9.1 10.9.0 had subtitle sync issues --- hosts/franz/arion/media/arion-compose.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hosts/franz/arion/media/arion-compose.nix b/hosts/franz/arion/media/arion-compose.nix index 2e8393e..b8db755 100644 --- a/hosts/franz/arion/media/arion-compose.nix +++ b/hosts/franz/arion/media/arion-compose.nix @@ -8,7 +8,7 @@ services = { jellyfin.service = { - image = "linuxserver/jellyfin:10.8.13"; + image = "linuxserver/jellyfin:10.9.1"; container_name = "jellyfin"; ports = [ "8096:8096"