DOCS/options: fix incorrect labelling of hr-seek default

The `absolute` value was incorrectly labelled as the default instead of
the value named `default`, which was somewhat confusing. When the newer
default option was added in 679e410 it seems like wm4 forgot to remove
the label in the manual on the previous default.
This commit is contained in:
Sagnac 2022-06-08 20:34:17 +00:00 committed by Dudemanguy
parent 7ff4a27eb6
commit aab9ab97f0
1 changed files with 2 additions and 2 deletions

View File

@ -298,10 +298,10 @@ Playback Control
:no: Never use precise seeks.
:absolute: Use precise seeks if the seek is to an absolute position in the
file, such as a chapter seek, but not for relative seeks like
the default behavior of arrow keys (default).
the default behavior of arrow keys.
:default: Like ``absolute``, but enable hr-seeks in audio-only cases. The
exact behavior is implementation specific and may change with
new releases.
new releases (default).
:yes: Use precise seeks whenever possible.
:always: Same as ``yes`` (for compatibility).