mirror of
https://github.com/SqrtMinusOne/lyrics-fetcher.el.git
synced 2025-12-10 17:03:03 +03:00
fix: native-comp warning
This commit is contained in:
parent
f543862a06
commit
8edf2447f0
1 changed files with 3 additions and 1 deletions
|
|
@ -180,7 +180,9 @@ first song."
|
|||
(assoc 'id (aref results 0))))))))
|
||||
|
||||
(defun lyrics-fetcher-neteasecloud--format-song-title (entry)
|
||||
"Convert a 'music.163.com' search ENTRY to a string, which can be used in selection."
|
||||
"Convert a 'music.163.com' search ENTRY to a string.
|
||||
|
||||
That entry can then be used in selection"
|
||||
(format "%s by %s"
|
||||
(cdr (assoc 'name entry))
|
||||
(cdr (assoc 'name (aref (alist-get 'artists entry) 0)))))
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue