diff options
| author | JSDurand <mmemmew@gmail.com> | 2026-06-01 01:52:00 +0800 |
|---|---|---|
| committer | JSDurand <mmemmew@gmail.com> | 2026-06-01 01:52:00 +0800 |
| commit | 9c39c55c212344171f2bedee70eb16b3c74acc10 (patch) | |
| tree | b21c0d8a834d105204f709a4d7c149e1c49c173d | |
| parent | 77eeac78b93087198479e01039e0bee68ab31eb9 (diff) | |
bongo: add opus extension recognition
* durand-bongo.el (bongo-custom-backend-matchers): Match opus files as
well. I do not know why I did not match opus files before.
| -rw-r--r-- | durand-bongo.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/durand-bongo.el b/durand-bongo.el index b183fba..2165081 100644 --- a/durand-bongo.el +++ b/durand-bongo.el @@ -104,7 +104,7 @@ (setq bongo-enabled-backends (list 'mpv)) (setq bongo-custom-backend-matchers - '((mpv local-file "webm" "m4a") + '((mpv local-file "webm" "m4a" "opus") ;; NOTE ;; ;; For a regular expression as a matcher, it is supposed to be |
