Create backups via graphql api

Fixes #1022
This commit is contained in:
schroda
2025-10-02 20:04:00 +02:00
parent 6b16cdbf54
commit 60f11a2832
3 changed files with 53 additions and 2 deletions

View File

@@ -1192,7 +1192,11 @@
"backup": {
"action": {
"create": {
"error": {
"failure": "Could not create backup"
},
"label": {
"in_progress": "Creating backup…",
"description": "Back up library as a Tachiyomi backup",
"title": "Create backup"
}