summaryrefslogtreecommitdiffstats
path: root/DOCS/interface-changes.rst
diff options
context:
space:
mode:
authorDudemanguy <random342@airmail.cc>2024-01-20 16:17:08 -0600
committerDudemanguy <random342@airmail.cc>2024-01-20 23:24:48 +0000
commita39f9b6181ee54732050d64540703ca2e2c90a8d (patch)
treef1fd47d034c4bf9792f5097b890703fd044f272c /DOCS/interface-changes.rst
parent5871ba8f3e7e728d2efcbfdbe1d67059f8feca4d (diff)
downloadmpv-a39f9b6181ee54732050d64540703ca2e2c90a8d.tar.bz2
mpv-a39f9b6181ee54732050d64540703ca2e2c90a8d.tar.xz
player: remove --term-remaining-playtime option
This wasn't useful and didn't even really do what it said anyway. Closes #12167.
Diffstat (limited to 'DOCS/interface-changes.rst')
-rw-r--r--DOCS/interface-changes.rst1
1 files changed, 1 insertions, 0 deletions
diff --git a/DOCS/interface-changes.rst b/DOCS/interface-changes.rst
index d5742d900c..af17ea2f6a 100644
--- a/DOCS/interface-changes.rst
+++ b/DOCS/interface-changes.rst
@@ -40,6 +40,7 @@ Interface changes
- add `--sub-filter-sdh-enclosures` option
- added the `mp.input` scripting API to query the user for textual input
- add `forced` choice to `subs-with-matching-audio`
+ - remove `--term-remaining-playtime` option
--- mpv 0.37.0 ---
- `--save-position-on-quit` and its associated commands now store state files
in %LOCALAPPDATA% instead of %APPDATA% directory by default on Windows.