From 2674fb3fa7ac5bba1e45ec90358064b4beea46e6 Mon Sep 17 00:00:00 2001 From: Daniel Balk <67603460+Daniel-Balk@users.noreply.github.com> Date: Sat, 17 Jun 2023 14:10:24 +0200 Subject: [PATCH] Update Debugging.razor --- Moonlight/Shared/Views/Admin/Notifications/Debugging.razor | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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