Updater bot : plex updated to 1.43.4.10903.325 (upstream 1.43.4.10903-e5521bd8c-ls325)

This commit is contained in:
alexbelgium
2026-09-24 14:28:37 +02:00
parent c41a427ad5
commit 8551e48bc7
3 changed files with 7 additions and 3 deletions

View File

@@ -1,3 +1,7 @@
## 1.43.4.10903.325 (2026-09-24)
- Update to latest version from linuxserver/docker-plex (changelog : https://github.com/linuxserver/docker-plex/releases)
- Upstream tag : 1.43.4.10903-e5521bd8c-ls325
- Local disks: `localdisks` can now mount a single folder of a disk with `disk/folder` (e.g. `sda1/public` or `NAS/public`, mounted at `/mnt/<disk>/<folder>`). Existing values are unchanged.
## 1.43.4.10903.324 (2026-09-12)

View File

@@ -175,6 +175,6 @@ slug: plex_nas
udev: true
url: https://github.com/alexbelgium/hassio-addons/tree/master/plex
usb: true
version: "1.43.4.10903.324"
version: "1.43.4.10903.325"
video: true
webui: "[PROTO:ssl]://[HOST]:[PORT:32400]/web"

View File

@@ -1,9 +1,9 @@
{
"github_fulltag": "true",
"last_update": "2026-09-12",
"last_update": "2026-09-24",
"repository": "alexbelgium/hassio-addons",
"slug": "plex",
"source": "github",
"upstream_repo": "linuxserver/docker-plex",
"upstream_version": "1.43.4.10903-e5521bd8c-ls324"
"upstream_version": "1.43.4.10903-e5521bd8c-ls325"
}