From 081da6681252460c9479c217f09416e3cdcbec0f Mon Sep 17 00:00:00 2001 From: Thanos Apollo Date: Thu, 6 Jul 2023 12:27:11 +0300 Subject: 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. --- yeetube.el | 3 +++ 1 file changed, 3 insertions(+) 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) -- cgit v1.2.3