From ec8e8f5e2f28686e14e809c8c6a79e1689d643bc Mon Sep 17 00:00:00 2001 From: Simon Ruderich Date: Sat, 9 Dec 2023 17:39:05 +0100 Subject: [PATCH] multimedia: mpv: restore watch-later behavior for pause --- multimedia/mpv/mpv.conf | 2 ++ 1 file changed, 2 insertions(+) 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 -- 2.44.1