mirror of
https://github.com/Ernous/TorrServerJellyfin.git
synced 2025-12-19 21:46:11 +05:00
Update msx.go - bug fixed (#406)
This commit is contained in:
@@ -36,7 +36,7 @@ func SetupRoute(r gin.IRouter) {
|
||||
authorized.GET("/msx/start.json", func(c *gin.Context) {
|
||||
c.JSON(200, &start)
|
||||
})
|
||||
authorized.POST("/msx/start,json", func(c *gin.Context) {
|
||||
authorized.POST("/msx/start.json", func(c *gin.Context) {
|
||||
if e := c.Bind(&start); e != nil {
|
||||
c.AbortWithError(http.StatusBadRequest, e)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user