diff options
| -rw-r--r-- | bard-elisp/bard-media.el | 2 |
1 files changed, 1 insertions, 1 deletions
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." |
