diff options
-rw-r--r-- | emms-tag-editor.el | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/emms-tag-editor.el b/emms-tag-editor.el index ce9d934..0ea887d 100644 --- a/emms-tag-editor.el +++ b/emms-tag-editor.el @@ -86,6 +86,7 @@ `(("mp3" . ,default) ("ogg" . ,(emms-tag-editor-make-format (remove 'info-year tags))) ("flac" . ,(emms-tag-editor-make-format (remove 'info-year tags))) + ("opus" . ,(emms-tag-editor-make-format (remove 'info-genre tags))) ("default" . ,default))) "Format to use when inserting the track. The CAR part is the extension of the track name, and the CDR part |