Alternative webOS launch

Reload torrents list
This commit is contained in:
kolsys
2021-09-14 02:50:37 +03:00
parent 2f19e81855
commit 8b245e941c
6 changed files with 25 additions and 98 deletions

View File

@@ -77,14 +77,6 @@ func RouteWebPages(route *gin.RouterGroup) {
c.Data(200, "application/javascript", Msxtvxpluginminjs)
})
route.GET("/msx/webOSTV-1.2.4.js", func(c *gin.Context) {
c.Data(200, "application/javascript", MsxwebOSTV124js)
})
route.GET("/msx/webos.html", func(c *gin.Context) {
c.Data(200, "text/html; charset=utf-8", Msxweboshtml)
})
route.GET("/site.webmanifest", func(c *gin.Context) {
c.Data(200, "application/manifest+json", Sitewebmanifest)
})