add ffprobe

This commit is contained in:
YouROK
2023-02-13 23:56:17 +03:00
parent 5816dc1e2b
commit 1e7d2d7a66
2 changed files with 44 additions and 0 deletions

View File

@@ -39,7 +39,10 @@ func SetupRoute(route *gin.RouterGroup) {
route.GET("/playlist/*fname", playList)
route.GET("/download/:size", download)
route.GET("/search/*query", rutorSearch)
route.GET("/ffp/:hash/:id", ffp)
}
func shutdown(c *gin.Context) {