mirror of
https://github.com/mpv-player/mpv.git
synced 2025-12-26 21:00:21 +00:00
DOCS/man/input: edition-list/N/id is not writable
I added RW to edition-list/N/id in 34f2143e8f because in #8077 it was
assumed that it is writable from the wording of the docs. But what the
docs actually meant is that you can retrieve edition-list/N/id and then
use the retrieved value to set the edition property.
Remove RW and the ambiguous sentence.
This commit is contained in:
committed by
Kacper Michajłow
parent
e325959980
commit
4df89532e1
@@ -2268,9 +2268,8 @@ Property list
|
||||
Number of editions. If there are no editions, this can be 0 or 1 (1
|
||||
if there's a useless dummy edition).
|
||||
|
||||
``edition-list/N/id`` (RW)
|
||||
Edition ID as integer. Use this to set the ``edition`` property.
|
||||
Currently, this is the same as the edition index.
|
||||
``edition-list/N/id``
|
||||
Edition ID as integer. Currently, this is the same as the edition index.
|
||||
|
||||
``edition-list/N/default``
|
||||
Whether this is the default edition.
|
||||
|
||||
Reference in New Issue
Block a user