mirror of
https://github.com/Ernous/TorrServerJellyfin.git
synced 2025-12-19 13:36:09 +05:00
fix msx build and some changes
This commit is contained in:
@@ -7,4 +7,16 @@ func SetupRoute(route *gin.RouterGroup) {
|
||||
route.GET("/msx/torrents", msxTorrents)
|
||||
route.GET("/msx/playlist", msxPlaylist)
|
||||
route.GET("/msx/playlist/*fname", msxPlaylist)
|
||||
|
||||
route.GET("/msx/tizen.html", func(c *gin.Context) {
|
||||
c.Data(200, "text/html; charset=utf-8", Msxtizenhtml)
|
||||
})
|
||||
|
||||
route.GET("/msx/tizen.js", func(c *gin.Context) {
|
||||
c.Data(200, "text/javascript; charset=utf-8", Msxtizenjs)
|
||||
})
|
||||
|
||||
route.GET("/msx/tvx-plugin.min.js", func(c *gin.Context) {
|
||||
c.Data(200, "text/javascript; charset=utf-8", Msxtvxpluginminjs)
|
||||
})
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user