diff --git a/Moonlight/Shared/Views/Admin/Notifications/Debugging.razor b/Moonlight/Shared/Views/Admin/Notifications/Debugging.razor index 05ea9fdd..6dad6908 100644 --- a/Moonlight/Shared/Views/Admin/Notifications/Debugging.razor +++ b/Moonlight/Shared/Views/Admin/Notifications/Debugging.razor @@ -28,6 +28,6 @@ private async Task SendSampleNotification(NotificationClientService client) { - await client.SendAction(@"{""action"": ""notify"",""notification"":{""id"":999,""channel"":""Sample Channel"",""content"":""This is a sample Notification"",""title"":""Sample Notification""}}"); + await client.SendAction(@"{""action"": ""notify"",""notification"":{""id"":999,""channel"":""Sample Channel"",""content"":""This is a sample Notification"",""title"":""Sample Notification"",""url"":""server/9b724fe2-d882-49c9-8c34-3414c7e4a17e""}}"); } } \ No newline at end of file