diff options
| author | ZadenRB <zaden.ruggieroboune@gmail.com> | 2020-04-21 00:24:35 -0600 |
|---|---|---|
| committer | ZadenRB <zaden.ruggieroboune@gmail.com> | 2020-04-21 00:24:35 -0600 |
| commit | dae69657108f90de54166a670c47a6dff2dae139 (patch) | |
| tree | 948f7516eb12ea6a690bf0f1505df92292cf793f /Jellyfin.Api/Controllers/NotificationsController.cs | |
| parent | 6c8e1d37bd49339d298c46c24cddf8e858b334c8 (diff) | |
Remove documentation of void return type
Diffstat (limited to 'Jellyfin.Api/Controllers/NotificationsController.cs')
| -rw-r--r-- | Jellyfin.Api/Controllers/NotificationsController.cs | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/Jellyfin.Api/Controllers/NotificationsController.cs b/Jellyfin.Api/Controllers/NotificationsController.cs index 932b91d55..c1d9e3251 100644 --- a/Jellyfin.Api/Controllers/NotificationsController.cs +++ b/Jellyfin.Api/Controllers/NotificationsController.cs @@ -95,7 +95,6 @@ namespace Jellyfin.Api.Controllers /// <param name="description">The description of the notification.</param> /// <param name="url">The URL of the notification.</param> /// <param name="level">The level of the notification.</param> - /// <returns>Status.</returns> [HttpPost("Admin")] [ProducesResponseType(StatusCodes.Status200OK)] public void CreateAdminNotification( |
