aboutsummaryrefslogtreecommitdiff
path: root/emms-info-tinytag.el
diff options
context:
space:
mode:
Diffstat (limited to 'emms-info-tinytag.el')
-rw-r--r--emms-info-tinytag.el8
1 files changed, 3 insertions, 5 deletions
diff --git a/emms-info-tinytag.el b/emms-info-tinytag.el
index fe21653..32895f0 100644
--- a/emms-info-tinytag.el
+++ b/emms-info-tinytag.el
@@ -1,6 +1,6 @@
;;; emms-info-tinytag.el --- Info-method for EMMS using tinytag -*- lexical-binding: t; -*-
-;; Copyright (C) 2020 Free Software Foundation, Inc.
+;; Copyright (C) 2020-2021 Free Software Foundation, Inc.
;; Author: Fran Burstall <fran.burstall@gmail.com>
;; Keywords: multimedia
@@ -55,16 +55,14 @@
(defcustom emms-info-tinytag-python-name "python"
"Name of python we use."
- :type '(string)
- :group 'emms-info-tinytag)
+ :type '(string))
(defcustom emms-info-tinytag-known-extensions
(regexp-opt '("mp3" "mp4" "m4a" "m4b" "ogg" "opus" "flac" "wma" "wav"))
"Regexp of known extensions that `emms-info-tinytag' can handle.
Case is irrelevant."
- :type '(string)
- :group 'emms-info-tinytag)
+ :type '(string))
(defvar emms-info-tinytag--info-fields
'((info-album . album)