[Music] Fix name of playlist function from git-annex-find

This commit is contained in:
Daniel - 2019-06-10 09:37:34 +02:00
parent bd29ca9c02
commit 7cd6d399a4
No known key found for this signature in database
GPG Key ID: 1C7071A75BB72D64
2 changed files with 2 additions and 2 deletions

View File

@ -2146,7 +2146,7 @@ search commands like `db/helm-shortcuts."
(use-package db-music
:commands (db/play-playlist-from-cache
db/play-playlist-from-git-annex-tag
db/play-playlist-from-git-annex-find
db/update-playlist-from-directory))
(defcustom db/playlist-play-function #'db/play-playlist-from-cache

View File

@ -35,7 +35,7 @@ Shuffle it and start playing it afterwards."
(eq (cdr track) :include)))
(mapcar #'car))))
(defun db/play-playlist-from-git-annex-tag (match-expression)
(defun db/play-playlist-from-git-annex-find (match-expression)
"Generate playlist from git annex find on MATCH-EXPRESSION.
Prompts for MATCH-EXPRESSION when called interactively.