Added ability to generate RSS feeds from downloads

This commit is contained in:
Tzahi12345
2023-01-03 23:59:16 -05:00
parent 46ffd02b08
commit 2a3017972a
8 changed files with 155 additions and 29 deletions

View File

@@ -202,6 +202,7 @@ const DEFAULT_CONFIG = {
"enable_notifications": true,
"enable_all_notifications": true,
"allowed_notification_types": [],
"enable_rss_feed": false,
},
"API": {
"use_API_key": false,