From 72d81c6579148db28d8893ec29b5cff10f8bf116 Mon Sep 17 00:00:00 2001 From: BardofSprites Date: Fri, 30 May 2025 23:48:56 -0400 Subject: typo in function --- bard-elisp/bard-media.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'bard-elisp/bard-media.el') diff --git a/bard-elisp/bard-media.el b/bard-elisp/bard-media.el index d2a9f78..9c4b739 100644 --- a/bard-elisp/bard-media.el +++ b/bard-elisp/bard-media.el @@ -56,7 +56,7 @@ Asks the user whether to enable recursive mode." (if (and (derived-mode-p 'dired-mode) (dired-get-marked-files)) (bard/image-browser-marked) - (call-interactively #'bard/image-browser))) + (call-interactively #'bard/image-browser-choose))) (defun bard/emms-download-current-video (destination) "Download the currently playing EMMS video and move it to DESTINATION." -- cgit v1.2.3