mirror of
https://github.com/Ernous/TorrServerJellyfin.git
synced 2025-12-19 21:46:11 +05:00
MSX update (#238)
* Update msx.go * MSX: update - /search/?qyery=... check for 400 - search keyboard bugs fixed * MSX update
This commit is contained in:
@@ -64,7 +64,7 @@ func SetupRoute(r *gin.RouterGroup) {
|
||||
}
|
||||
c.Data(200, "text/html; charset=UTF-8", append(b, "</head>\n<body></body>\n</html>"...))
|
||||
default:
|
||||
c.AbortWithStatus(400)
|
||||
c.AbortWithStatus(404)
|
||||
}
|
||||
})
|
||||
r.GET("/msx/imdb", func(c *gin.Context) {
|
||||
|
||||
Reference in New Issue
Block a user