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:
12
server/web/msx/html.go
Normal file
12
server/web/msx/html.go
Normal file
@@ -0,0 +1,12 @@
|
||||
package msx
|
||||
|
||||
import _ "embed"
|
||||
|
||||
//go:embed pages/tizen.html
|
||||
var Msxtizenhtml []byte
|
||||
|
||||
//go:embed pages/tizen.js
|
||||
var Msxtizenjs []byte
|
||||
|
||||
//go:embed pages/tvx-plugin.min.js
|
||||
var Msxtvxpluginminjs []byte
|
||||
Reference in New Issue
Block a user