display album name on picture identification notif

This commit is contained in:
imperosol
2025-06-11 18:16:54 +02:00
parent 75b37cd6e3
commit 6fec250658
6 changed files with 41 additions and 15 deletions

View File

@ -170,7 +170,6 @@ def news_notification_callback(notif: Notification):
if count:
notif.viewed = False
notif.param = str(count)
notif.date = timezone.now()
else:
notif.viewed = True