diff options
author | Thanos Apollo <[email protected]> | 2023-07-06 12:27:11 +0300 |
---|---|---|
committer | Thanos Apollo <[email protected]> | 2023-07-06 12:27:11 +0300 |
commit | 081da6681252460c9479c217f09416e3cdcbec0f (patch) | |
tree | 931560ddfdc62ed1b0536c869f8052d1834ff438 | |
parent | 931a61789dca34b07c0cabf3fb3f833d5d608dbd (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.el | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -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) |