emacs-elpa-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[nongnu] elpa/subed 2e18727 294/389: Pause video initially


From: ELPA Syncer
Subject: [nongnu] elpa/subed 2e18727 294/389: Pause video initially
Date: Fri, 3 Dec 2021 11:00:44 -0500 (EST)

branch: elpa/subed
commit 2e18727e2a5b4c77b4e74ef91d929de91688311b
Author: Random User <rndusr@posteo.de>
Commit: Random User <rndusr@posteo.de>

    Pause video initially
---
 subed/subed-mpv.el | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/subed/subed-mpv.el b/subed/subed-mpv.el
index ac741c1..b3c95e1 100644
--- a/subed/subed-mpv.el
+++ b/subed/subed-mpv.el
@@ -50,7 +50,8 @@
 (defvar-local subed-mpv-playback-position-hook nil
   "Functions to call when mpv changes playback position.")
 
-(defvar-local subed-mpv-file-loaded-hook '(subed-mpv-jump-to-current-subtitle)
+(defvar-local subed-mpv-file-loaded-hook '(subed-mpv-pause
+                                           subed-mpv-jump-to-current-subtitle)
   "Functions to call when mpv has loaded a file and starts playing.")
 
 (defvar-local subed-mpv--server-proc nil



reply via email to

[Prev in Thread] Current Thread [Next in Thread]