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