options: remove the player argument from --media-controls

It is now handled internally by the libmpv profile.

Since `player` was the default option, the impact should be minimal, as it
is uncommon to override the default option with the same value.
yes/no args will function the same way as before this commit.
This commit is contained in:
Kacper Michajłow
2025-01-03 12:32:41 +01:00
parent 50d7d33777
commit 96da0cbcbd
6 changed files with 8 additions and 9 deletions

View File

@@ -0,0 +1 @@
remove `player` argument form `--media-controls`, it's handled internally now.