summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorThanos Apollo <[email protected]>2023-07-06 12:27:11 +0300
committerThanos Apollo <[email protected]>2023-07-06 12:27:11 +0300
commit081da6681252460c9479c217f09416e3cdcbec0f (patch)
tree931560ddfdc62ed1b0536c869f8052d1834ff438
parent931a61789dca34b07c0cabf3fb3f833d5d608dbd (diff)
note: issue? for not killing previous instances of mpv
if user plays with --no-video flag and then opens a new url without --no-video flag, it will not kill previous session. Not sure if I should fix this with killing all instances of mpv or just let it be as is.
-rw-r--r--yeetube.el3
1 files changed, 3 insertions, 0 deletions
diff --git a/yeetube.el b/yeetube.el
index 7a6a62b..3f11b6f 100644
--- a/yeetube.el
+++ b/yeetube.el
@@ -115,6 +115,9 @@ It's recommended you keep it as the default value."
t
nil))
+;; ISSUE?: if user plays with --no-video flag
+;; openning a new url without --no-video flag
+;; will not kill previous session.
(defun yeetube-play ()
"Open the url at point in an `'org-mode buffer using 'yeetube-player'."
(interactive)