Updater bot : tdarr updated to 2.59.03

This commit is contained in:
alexbelgium
2026-03-02 13:40:47 +01:00
parent fdb4b086b0
commit d472008036
3 changed files with 6 additions and 3 deletions

View File

@@ -1,3 +1,6 @@
## 2.59.03 (2026-03-02)
- Update to latest version from haveagitgat/tdarr
## 2.58.02-2 (26-02-2026) ## 2.58.02-2 (26-02-2026)
- Minor bugs fixed - Minor bugs fixed

View File

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

View File

@@ -1,9 +1,9 @@
{ {
"github_exclude": "pro", "github_exclude": "pro",
"last_update": "24-12-2025", "last_update": "2026-03-02",
"repository": "alexbelgium/hassio-addons", "repository": "alexbelgium/hassio-addons",
"slug": "tdarr", "slug": "tdarr",
"source": "dockerhub", "source": "dockerhub",
"upstream_repo": "haveagitgat/tdarr", "upstream_repo": "haveagitgat/tdarr",
"upstream_version": "2.58.02" "upstream_version": "2.59.03"
} }