From: Simon Ruderich Date: Sat, 9 Dec 2023 16:39:05 +0000 (+0100) Subject: multimedia: mpv: restore watch-later behavior for pause X-Git-Url: https://ruderich.org/simon/gitweb/?a=commitdiff_plain;h=ec8e8f5e2f28686e14e809c8c6a79e1689d643bc;p=config%2Fdotfiles.git multimedia: mpv: restore watch-later behavior for pause --- diff --git a/multimedia/mpv/mpv.conf b/multimedia/mpv/mpv.conf index 15936e1..fdb610c 100644 --- a/multimedia/mpv/mpv.conf +++ b/multimedia/mpv/mpv.conf @@ -76,5 +76,7 @@ prefetch-playlist=yes # --secondary-sid is used on the command line (mpv only saves settings with a # different value). watch-later-options-append=secondary-sid +# Also keep play/pause state (necessary since 0.37). +watch-later-options-append=pause # vim: ft=mplayerconf