aboutsummaryrefslogtreecommitdiff
path: root/emms-info-libtag.el
diff options
context:
space:
mode:
authorGrant Shangreaux <grant@unabridgedsoftware.com>2021-06-04 23:04:00 -0500
committerGrant Shangreaux <grant@unabridgedsoftware.com>2021-06-04 23:04:00 -0500
commit3500f1c12e0b9ca8a79686780c36f7df0c80ffb3 (patch)
tree656c5207d0bc79f0ccb4008628131dfec0c00479 /emms-info-libtag.el
parent06ef243c5a7b60de92ba5503bb385191e35fe21c (diff)
parent1a28476e90553c0cdbc5ae1a4e5c3fe37d3ba5ac (diff)
Merge branch 'opus-tags'
Diffstat (limited to 'emms-info-libtag.el')
-rw-r--r--emms-info-libtag.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/emms-info-libtag.el b/emms-info-libtag.el
index fb9c5dd..9425a38 100644
--- a/emms-info-libtag.el
+++ b/emms-info-libtag.el
@@ -74,7 +74,7 @@
:type '(string))
(defcustom emms-info-libtag-known-extensions
- (regexp-opt '("mp3" "mp4" "m4a" "ogg" "flac" "spx" "wma"))
+ (regexp-opt '("mp3" "mp4" "m4a" "ogg" "flac" "spx" "wma" "opus"))
"Regexp of known extensions compatible with `emms-info-libtag-program-name'.
Case is irrelevant."