mirror of
https://github.com/Ernous/TorrServerJellyfin.git
synced 2025-12-19 21:46:11 +05:00
Merge branch 'master' into old-engine
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>"...))
|
c.Data(200, "text/html; charset=UTF-8", append(b, "</head>\n<body></body>\n</html>"...))
|
||||||
default:
|
default:
|
||||||
c.AbortWithStatus(400)
|
c.AbortWithStatus(404)
|
||||||
}
|
}
|
||||||
})
|
})
|
||||||
r.GET("/msx/imdb", func(c *gin.Context) {
|
r.GET("/msx/imdb", func(c *gin.Context) {
|
||||||
|
|||||||
Binary file not shown.
Binary file not shown.
Reference in New Issue
Block a user