fix(recyclarr): add missing empty form fields

This commit is contained in:
JigSawFr 2023-10-22 22:26:34 +02:00
parent df76730d24
commit 64207ad398
No known key found for this signature in database

View File

@ -8,7 +8,7 @@
"uid": 1000,
"gid": 1000,
"id": "recyclarr",
"tipi_version": 10,
"tipi_version": 11,
"version": "6.0.2",
"categories": [
"media",
@ -18,5 +18,7 @@
"short_desc": "Sync TRaSH Guides.",
"author": "rcdailey",
"source": "https://github.com/recyclarr/recyclarr",
"website": "https://recyclarr.dev"
"website": "https://recyclarr.dev",
"form_fields": [
]
}