Correct category

This commit is contained in:
Florian 2025-10-19 20:47:14 +02:00
parent 9686ae26e4
commit 46167908cf

View File

@ -98,7 +98,7 @@ def send_notification_via_ssh(notification_title, notification_info):
"message": { "message": {
"title": notification_title, "title": notification_title,
"body": notification_info, "body": notification_info,
"category": "mixtapes", "category": "podcasts",
"timestamp": int(time.time()) "timestamp": int(time.time())
} }
} }