mirror of
https://github.com/alexbelgium/hassio-addons.git
synced 2026-01-09 17:31:03 +01:00
Fix Jellyfin i915 GuC option default
This commit is contained in:
@@ -1,4 +1,7 @@
|
||||
|
||||
## 10.11.3-1 (23-11-2025)
|
||||
- Fix optional `i915_enable_guc` setting so the add-on no longer requires a value after updates.
|
||||
|
||||
## 10.11.3 (22-11-2025)
|
||||
- Update to latest version from linuxserver/docker-jellyfin (changelog : https://github.com/linuxserver/docker-jellyfin/releases)
|
||||
- The Home Assistant project has deprecated support for the armv7, armhf and i386 architectures. Support wil be fully dropped in the upcoming Home Assistant 2025.12 release
|
||||
|
||||
@@ -91,7 +91,6 @@ options:
|
||||
PGID: 0
|
||||
PUID: 0
|
||||
data_location: /share/jellyfin
|
||||
i915_enable_guc: null
|
||||
panel_admin: false
|
||||
panel_icon: mdi:billiards-rack
|
||||
ports:
|
||||
@@ -126,5 +125,5 @@ schema:
|
||||
slug: jellyfin
|
||||
udev: true
|
||||
url: https://github.com/alexbelgium/hassio-addons
|
||||
version: "10.11.3"
|
||||
version: "10.11.3-1"
|
||||
video: true
|
||||
|
||||
Reference in New Issue
Block a user