Browse Source

Update jellyfin to v10.9.9 (#1306)

main
Nathan Fretz 5 months ago
committed by GitHub
parent
commit
5f67877152
No known key found for this signature in database GPG Key ID: B5690EEEBB952194
  1. 2
      jellyfin/docker-compose.yml
  2. 14
      jellyfin/umbrel-app.yml

2
jellyfin/docker-compose.yml

@ -8,7 +8,7 @@ services:
PROXY_AUTH_ADD: "false"
server:
image: linuxserver/jellyfin:10.9.8@sha256:843878f35dc700e502798b39edb24b84b7b7ff0788f1b7b9b1e71d4f8d34f951
image: linuxserver/jellyfin:10.9.9@sha256:88db4425a59157eba4b0fba8feb7df22a747a8134bb4d898070ef662f2c09b66
restart: on-failure
hostname: "${DEVICE_HOSTNAME}"
environment:

14
jellyfin/umbrel-app.yml

@ -2,7 +2,7 @@ manifestVersion: 1
id: jellyfin
category: media
name: Jellyfin
version: "10.9.8"
version: "10.9.9"
tagline: The Free Software Media System
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.
@ -14,7 +14,7 @@ description: >-
Watch your media from a web browser on your computer, apps on your Roku, Android, iOS (including AirPlay), Android TV, or Fire TV device, or via your Chromecast or existing Kodi installation.
Jellyfin has no tracking, phone-home, or central servers collecting your data. We believe in keeping our software open and transparent, and anything we might collect (crash logs, etc.) is opt-in only. Were also not in the media business, so the only media you see is your own.
Jellyfin has no tracking, phone-home, or central servers collecting your data. We believe in keeping our software open and transparent, and anything we might collect (crash logs, etc.) is opt-in only. We're also not in the media business, so the only media you see is your own.
The Jellyfin server and clients are free to download, now and always. There are no costs, hidden or otherwise, to use Jellyfin, either for yourself, for your friends, or for your company. All our incidental costs are paid through donations from users like you.
@ -32,13 +32,13 @@ path: ""
defaultUsername: ""
defaultPassword: ""
releaseNotes: >-
This update includes the following bug fixes:
- Properly escaped paths in concat file for BDMV.
- Fixed localization of audio title.
- Fixed season handling ("Season Unknown" / unnecessary empty seasons).
This update includes the following improvements:
- Fixed an issue with creating virtual seasons
- Improved device caching for better performance
Full release notes are found at https://github.com/jellyfin/jellyfin/releases.
Full release notes can be found at https://github.com/jellyfin/jellyfin/releases
torOnly: false
permissions:
- STORAGE_DOWNLOADS

Loading…
Cancel
Save