diff options
| author | BardofSprites <[email protected]> | 2025-05-30 23:48:56 -0400 |
|---|---|---|
| committer | BardofSprites <[email protected]> | 2025-05-30 23:48:56 -0400 |
| commit | 72d81c6579148db28d8893ec29b5cff10f8bf116 (patch) | |
| tree | 592331c064247472689327405b6bb46191de8fae | |
| parent | 3b032f29ce9073838cada281d72b00ad118f6362 (diff) | |
typo in function
| -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." |
