Update jellyfin to v10.10.3 (#1829)

This commit is contained in:
Nathan Fretz 2024-11-20 16:38:04 +10:00 committed by GitHub
parent 05b9a0b167
commit 2e6f9ab932
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 5 additions and 7 deletions

View File

@ -8,7 +8,7 @@ services:
PROXY_AUTH_ADD: "false" PROXY_AUTH_ADD: "false"
server: server:
image: linuxserver/jellyfin:10.10.1@sha256:9ac30e8797611c45b8fbb2b54beb7b35d92b89ea855017ee46ecfb86686bf9d9 image: linuxserver/jellyfin:10.10.3@sha256:97bb454710cc1d02ef2c750b57e4c4e9c6d2dbb3e849f405b37c5127f47b7d4c
restart: on-failure restart: on-failure
hostname: "${DEVICE_HOSTNAME}" hostname: "${DEVICE_HOSTNAME}"
environment: environment:

View File

@ -2,7 +2,7 @@ manifestVersion: 1
id: jellyfin id: jellyfin
category: media category: media
name: Jellyfin name: Jellyfin
version: "10.10.1" version: "10.10.3"
tagline: The Free Software Media System tagline: The Free Software Media System
description: >- description: >-
Jellyfin is the volunteer-built media solution that puts you in control of your media. Stream to any device from your own server, with no strings attached. Your media, your server, your way. Jellyfin is the volunteer-built media solution that puts you in control of your media. Stream to any device from your own server, with no strings attached. Your media, your server, your way.
@ -32,11 +32,9 @@ path: ""
defaultUsername: "" defaultUsername: ""
defaultPassword: "" defaultPassword: ""
releaseNotes: >- releaseNotes: >-
This minor release includes several improvements and bugfixes: This minor release includes several improvements:
- Improved audio codec handling and stream processing - Improved library playlist handling
- Fixed image handling for metadata - Enhanced system compatibility
- Enhanced session management stability
- Improved movie metadata import reliability
Full release notes can be found at https://github.com/jellyfin/jellyfin/releases Full release notes can be found at https://github.com/jellyfin/jellyfin/releases