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:
@@ -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