aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid <daullmer@gmail.com>2020-07-22 16:53:56 +0200
committerGitHub <noreply@github.com>2020-07-22 16:53:56 +0200
commit69e6dd2747df84dd732ecf89fea9118085f064ea (patch)
tree50fd6d2954b9ab14817d54314e5a1db48c7eb961
parent15ac8095b4d7e4b87c420a8789aeaec600827b68 (diff)
Update Jellyfin.Api/Controllers/SyncPlayController.cs
Co-authored-by: Cody Robibero <cody@robibe.ro>
-rw-r--r--Jellyfin.Api/Controllers/SyncPlayController.cs2
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)
{