refactor: load mmkv on startup

This commit is contained in:
awalol
2024-02-13 00:58:13 +08:00
parent 877f37f01e
commit 4f4d8db3d5
5 changed files with 37 additions and 38 deletions

View File

@@ -16,9 +16,6 @@ import (
"unlock-music.dev/cli/internal/sniff"
)
var VaultPath = ""
var VaultKey = ""
type Decoder struct {
raw io.ReadSeeker // raw is the original file reader
params *common.DecoderParams