simple seeking implementation

This commit is contained in:
aditya-K2
2022-09-09 01:31:51 +05:30
parent b2c5575c8b
commit ea3fc105a4
4 changed files with 17 additions and 0 deletions

View File

@@ -24,6 +24,7 @@ var (
"PORT": "6600",
"DEFAULT_IMAGE_PATH": "default.jpg",
"CACHE_DIR": utils.CheckDirectoryFmt(USER_CACHE_DIR),
"SEEK_OFFSET": 10,
}
)

View File

@@ -50,6 +50,8 @@ var (
100: "deleteSongFromPlaylist",
63: "FocusSearch",
47: "FocusBuffSearch",
98: "SeekBackward",
101: "SeekForward",
}
)