Seek Forward only when playback has been stopped.

This commit is contained in:
aditya-K2
2022-09-09 01:48:05 +05:30
parent d2e625a4a4
commit aee19c1e2f
4 changed files with 23 additions and 8 deletions

View File

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

View File

@@ -51,7 +51,7 @@ var (
63: "FocusSearch",
47: "FocusBuffSearch",
98: "SeekBackward",
101: "SeekForward",
102: "SeekForward",
}
)