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