Skip to content

Commit 9f97c87

Browse files
committed
Switch to jellyfin-ffmpeg7 in Jellyfin 10.10
Signed-off-by: nyanmisaka <[email protected]>
1 parent b18559e commit 9f97c87

File tree

2 files changed

+2
-4
lines changed

2 files changed

+2
-4
lines changed

Dockerfile

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,8 +24,7 @@ RUN \
2424
apt-get update && \
2525
apt-get install -y \
2626
at \
27-
jellyfin-server=${JELLYFIN_RELEASE} \
28-
jellyfin-ffmpeg6 \
27+
jellyfin=${JELLYFIN_RELEASE} \
2928
mesa-va-drivers \
3029
xmlstarlet && \
3130
printf "Linuxserver.io version: ${VERSION}\nBuild-date: ${BUILD_DATE}" > /build_version && \

Dockerfile.aarch64

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,8 +24,7 @@ RUN \
2424
apt-get update && \
2525
apt-get install -y \
2626
at \
27-
jellyfin-server=${JELLYFIN_RELEASE} \
28-
jellyfin-ffmpeg6 \
27+
jellyfin=${JELLYFIN_RELEASE} \
2928
libomxil-bellagio0 \
3029
libomxil-bellagio-bin \
3130
libraspberrypi0 \

0 commit comments

Comments
 (0)