diff options
| author | David <daullmer@gmail.com> | 2020-07-22 16:53:56 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2020-07-22 16:53:56 +0200 |
| commit | 69e6dd2747df84dd732ecf89fea9118085f064ea (patch) | |
| tree | 50fd6d2954b9ab14817d54314e5a1db48c7eb961 /Jellyfin.Api/Controllers/SyncPlayController.cs | |
| parent | 15ac8095b4d7e4b87c420a8789aeaec600827b68 (diff) | |
Update Jellyfin.Api/Controllers/SyncPlayController.cs
Co-authored-by: Cody Robibero <cody@robibe.ro>
Diffstat (limited to 'Jellyfin.Api/Controllers/SyncPlayController.cs')
| -rw-r--r-- | Jellyfin.Api/Controllers/SyncPlayController.cs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Jellyfin.Api/Controllers/SyncPlayController.cs b/Jellyfin.Api/Controllers/SyncPlayController.cs index c240960e7..55ed42227 100644 --- a/Jellyfin.Api/Controllers/SyncPlayController.cs +++ b/Jellyfin.Api/Controllers/SyncPlayController.cs @@ -188,7 +188,7 @@ namespace Jellyfin.Api.Controllers /// <param name="ping">The ping.</param> /// <response code="204">Ping updated.</response> /// <returns>A <see cref="NoContentResult"/> indicating success.</returns> - [HttpPost] + [HttpPost("Ping")] [ProducesResponseType(StatusCodes.Status204NoContent)] public ActionResult Ping([FromQuery] double ping) { |
