Fix Overseerr event types translations (#136096)

This commit is contained in:
Joost Lekkerkerker 2025-01-20 18:12:13 +01:00 committed by GitHub
parent af02dbf0cb
commit 63f14b9487
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -24,13 +24,17 @@
"event": { "event": {
"last_media_event": { "last_media_event": {
"name": "Last media event", "name": "Last media event",
"state": { "state_attributes": {
"pending": "Pending", "event_type": {
"approved": "Approved", "state": {
"available": "Available", "pending": "Pending",
"failed": "Failed", "approved": "Approved",
"declined": "Declined", "available": "Available",
"auto_approved": "Auto-approved" "failed": "Failed",
"declined": "Declined",
"auto_approved": "Auto-approved"
}
}
} }
} }
}, },