Helm/Emms: Add "aac" and "opus" to list of known formats.

master
Pierre Neidhardt 2021-04-12 11:26:50 +02:00
parent 20cae7a49a
commit 8d96f5b6c3
1 changed files with 1 additions and 1 deletions

View File

@ -304,7 +304,7 @@ With prefix argument, UPDATE the databases with custom uptions thanks to the
(lambda (candidate)
(or (file-directory-p candidate)
(and (file-name-extension candidate)
(string-match-p (concat (regexp-opt '("mp3" "mp4" "m4a" "ogg" "flac" "spx" "wma" "wv")) "$")
(string-match-p (concat (regexp-opt '("aac" "mp3" "mp4" "m4a" "ogg" "opus" "flac" "spx" "wma" "wv")) "$")
(file-name-extension candidate)))))
1))