aboutsummaryrefslogtreecommitdiff
path: root/emms-info-libtag.el
diff options
context:
space:
mode:
Diffstat (limited to 'emms-info-libtag.el')
-rw-r--r--emms-info-libtag.el9
1 files changed, 3 insertions, 6 deletions
diff --git a/emms-info-libtag.el b/emms-info-libtag.el
index 97d25c2..28add10 100644
--- a/emms-info-libtag.el
+++ b/emms-info-libtag.el
@@ -1,7 +1,6 @@
;;; emms-info-libtag.el --- Info-method for EMMS using libtag -*- lexical-binding: t; -*-
-;; Copyright (C) 2003, 2004, 2005, 2006, 2007, 2008,
-;; 2009 Free Software Foundation, Inc.
+;; Copyright (C) 2003-2021 Free Software Foundation, Inc.
;; Authors: Ulrik Jensen <terryp@daimi.au.dk>
;; Jorgen Schäfer <forcer@forcix.cx>
@@ -72,16 +71,14 @@
(defcustom emms-info-libtag-program-name "emms-print-metadata"
"Name of emms-info-libtag program."
- :type '(string)
- :group 'emms-info-libtag)
+ :type '(string))
(defcustom emms-info-libtag-known-extensions
(regexp-opt '("mp3" "mp4" "m4a" "ogg" "flac" "spx" "wma"))
"Regexp of known extensions compatible with `emms-info-libtag-program-name'.
Case is irrelevant."
- :type '(string)
- :group 'emms-info-libtag)
+ :type '(string))
(defun emms-info-libtag (track)
(when (and (eq 'file (emms-track-type track))