mirror of
https://github.com/Ernous/TorrServerJellyfin.git
synced 2025-12-19 21:46:11 +05:00
current version added
This commit is contained in:
@@ -32,7 +32,7 @@ func SetupRoute(r *gin.RouterGroup) {
|
|||||||
r.GET("/msx/start.json", func(c *gin.Context) {
|
r.GET("/msx/start.json", func(c *gin.Context) {
|
||||||
c.JSON(200, gin.H{
|
c.JSON(200, gin.H{
|
||||||
"name": "TorrServer",
|
"name": "TorrServer",
|
||||||
"version": "0.0.1",
|
"version": version.Version,
|
||||||
"parameter": "content:request:interaction:init@{PREFIX}{SERVER}/msx/torrents",
|
"parameter": "content:request:interaction:init@{PREFIX}{SERVER}/msx/torrents",
|
||||||
})
|
})
|
||||||
})
|
})
|
||||||
|
|||||||
Reference in New Issue
Block a user