Add Apprise support (#124)

This commit is contained in:
Flaminel
2025-05-01 21:00:01 +03:00
committed by GitHub
parent 479ca7884e
commit 75b001cf6a
13 changed files with 285 additions and 10 deletions

View File

@@ -105,5 +105,14 @@
"ON_DOWNLOAD_CLEANED": false,
"API_KEY": "",
"CHANNEL_ID": ""
},
"Apprise": {
"ON_IMPORT_FAILED_STRIKE": false,
"ON_STALLED_STRIKE": false,
"ON_SLOW_STRIKE": false,
"ON_QUEUE_ITEM_DELETED": false,
"ON_DOWNLOAD_CLEANED": false,
"URL": "",
"KEY": ""
}
}