diff options
Diffstat (limited to 'emms-tag-editor.el')
-rw-r--r-- | emms-tag-editor.el | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/emms-tag-editor.el b/emms-tag-editor.el index 45c90f7..ce9d934 100644 --- a/emms-tag-editor.el +++ b/emms-tag-editor.el @@ -37,7 +37,7 @@ (require 'emms-info-mp3info) (require 'emms-playlist-mode) (require 'emms-mark) -(require 'emms-tracktag) +(require 'emms-tag-tracktag) (require 'format-spec) (require 'subr-x) @@ -140,7 +140,7 @@ See also `emms-tag-editor-default-parser'.") (info-date . "--TDAT"))) ("ogg" . emms-tag-editor-tag-ogg) ("flac" . emms-tag-editor-tag-flac) - ("opus" . emms-tracktag-file)) + ("opus" . emms-tag-tracktag-file)) "An alist used when committing changes to tags in files. If the external program sets tags by command line options one-by-one, then the list should like: |