diff options
Diffstat (limited to 'Jellyfin.Api/Controllers/NotificationsController.cs')
| -rw-r--r-- | Jellyfin.Api/Controllers/NotificationsController.cs | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Jellyfin.Api/Controllers/NotificationsController.cs b/Jellyfin.Api/Controllers/NotificationsController.cs index 47ce48b2d..cf3e780b4 100644 --- a/Jellyfin.Api/Controllers/NotificationsController.cs +++ b/Jellyfin.Api/Controllers/NotificationsController.cs @@ -98,8 +98,8 @@ namespace Jellyfin.Api.Controllers public ActionResult CreateAdminNotification( [FromQuery] string? url, [FromQuery] NotificationLevel? level, - [FromQuery, Required] string name = "", - [FromQuery, Required] string description = "") + [FromQuery] string name = "", + [FromQuery] string description = "") { var notification = new NotificationRequest { |
