Updater bot : tdarr updated to 2.90.01 (upstream 2.90.01)

This commit is contained in:
alexbelgium
2026-09-24 14:30:02 +02:00
parent 9a056b8c02
commit 3e05ad1f70
3 changed files with 6 additions and 3 deletions

View File

@@ -1,3 +1,6 @@
## 2.90.01 (2026-09-24)
- Update to latest version from haveagitgat/tdarr
- 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.
## 2.88.01 (2026-09-19)

View File

@@ -122,6 +122,6 @@ schema:
slug: tdarr
udev: true
url: https://github.com/alexbelgium/hassio-addons
version: "2.88.01"
version: "2.90.01"
video: true
webui: "[PROTO:ssl]://[HOST]:[PORT:8265]"

View File

@@ -1,9 +1,9 @@
{
"github_exclude": "pro",
"last_update": "2026-09-19",
"last_update": "2026-09-24",
"repository": "alexbelgium/hassio-addons",
"slug": "tdarr",
"source": "dockerhub",
"upstream_repo": "haveagitgat/tdarr",
"upstream_version": "2.88.01"
"upstream_version": "2.90.01"
}