diff --git a/DysonNetwork.Sphere/Account/NotificationService.cs b/DysonNetwork.Sphere/Account/NotificationService.cs index 93135fb..aa4f934 100644 --- a/DysonNetwork.Sphere/Account/NotificationService.cs +++ b/DysonNetwork.Sphere/Account/NotificationService.cs @@ -237,9 +237,7 @@ public class NotificationService( } if (notification.Priority >= 5) - { - dict["sound"] = new Dictionary { ["name"] = "default", ["volume"] = 1.0 }; - } + dict["sound"] = "default"; dict["platform"] = platformCode; dict["alert"] = alertDict;