mirror of
https://github.com/Ernous/TorrServerJellyfin.git
synced 2025-12-19 13:36:09 +05:00
assets as is gzip'ed
This commit is contained in:
@@ -11,13 +11,13 @@ import (
|
||||
)
|
||||
|
||||
var (
|
||||
//go:embed russian.min.gz
|
||||
//go:embed russian.json.gz
|
||||
rus []byte
|
||||
//go:embed torrents.min.gz
|
||||
//go:embed torrents.js.gz
|
||||
trs []byte
|
||||
//go:embed torrent.min.gz
|
||||
//go:embed torrent.js.gz
|
||||
trn []byte
|
||||
//go:embed ts.min.gz
|
||||
//go:embed ts.js.gz
|
||||
its []byte
|
||||
|
||||
idb = new(sync.Mutex)
|
||||
|
||||
Reference in New Issue
Block a user