mirror of
https://github.com/Ernous/TorrServerJellyfin.git
synced 2025-12-19 13:36:09 +05:00
Alternative webOS launch
Reload torrents list
This commit is contained in:
@@ -55,12 +55,6 @@ var Msxtizenjs []byte
|
||||
//go:embed pages/msx/tvx-plugin.min.js
|
||||
var Msxtvxpluginminjs []byte
|
||||
|
||||
//go:embed pages/msx/webOSTV-1.2.4.js
|
||||
var MsxwebOSTV124js []byte
|
||||
|
||||
//go:embed pages/msx/webos.html
|
||||
var Msxweboshtml []byte
|
||||
|
||||
//go:embed pages/site.webmanifest
|
||||
var Sitewebmanifest []byte
|
||||
|
||||
|
||||
@@ -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)
|
||||
})
|
||||
|
||||
Reference in New Issue
Block a user