Browse Source

Remove documentation of void return type

ZadenRB 5 years ago
parent
commit
dae6965710
1 changed files with 0 additions and 1 deletions
  1. 0 1
      Jellyfin.Api/Controllers/NotificationsController.cs

+ 0 - 1
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(