mirror of
https://github.com/Ernous/TorrServerJellyfin.git
synced 2025-12-19 21:46:11 +05:00
add head to stream
This commit is contained in:
@@ -25,6 +25,9 @@ func SetupRoute(route *gin.Engine) {
|
|||||||
|
|
||||||
route.POST("/cache", cache)
|
route.POST("/cache", cache)
|
||||||
|
|
||||||
|
route.HEAD("/stream", stream)
|
||||||
|
route.HEAD("/stream/*fname", stream)
|
||||||
|
|
||||||
route.GET("/stream", stream)
|
route.GET("/stream", stream)
|
||||||
route.GET("/stream/*fname", stream)
|
route.GET("/stream/*fname", stream)
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user