Added support for custom webhook URLs for notifications

This commit is contained in:
Tzahi12345
2023-04-11 23:45:30 -04:00
parent 7593a23c2e
commit fb27264d33
4 changed files with 43 additions and 11 deletions

View File

@@ -166,6 +166,10 @@ exports.CONFIG_ITEMS = {
'key': 'ytdl_telegram_chat_id',
'path': 'YoutubeDLMaterial.API.telegram_chat_id'
},
'ytdl_webhook_url': {
'key': 'ytdl_webhook_url',
'path': 'YoutubeDLMaterial.API.webhook_URL'
},
// Themes