assorted unit3d: -> 8..3.1

This commit is contained in:
Garfield69
2024-10-12 16:26:14 +13:00
parent 55d8bc56f7
commit 5bc33423e4
2 changed files with 2 additions and 4 deletions

View File

@@ -75,7 +75,6 @@ search:
- path: "/api/torrents/filter"
response:
type: json
noResultsMessage: "No Torrents Found"
headers:
Authorization: ["Bearer {{ .Config.apikey }}"]
@@ -189,4 +188,4 @@ search:
minimumseedtime:
# 7 days (as seconds = 7 x 24 x 60 x 60)
text: 604800
# json UNIT3D 8.3.0
# json UNIT3D 8.3.1

View File

@@ -83,7 +83,6 @@ search:
- path: "/api/torrents/filter"
response:
type: json
noResultsMessage: "No Torrents Found"
headers:
Authorization: ["Bearer {{ .Config.apikey }}"]
@@ -201,4 +200,4 @@ search:
minimumseedtime:
# 7 days (as seconds = 7 x 24 x 60 x 60)
text: 604800
# json UNIT3D 8.3.0 (custom)
# json UNIT3D 8.3.1 (custom)