Fixed typo in comments.
This commit is contained in:
parent
486f83d274
commit
634cf57687
|
@ -99,13 +99,13 @@
|
||||||
;
|
;
|
||||||
; Artist:
|
; Artist:
|
||||||
; (1) Command Line
|
; (1) Command Line
|
||||||
; (2) Command Line UseDir
|
; (2) Command Line Force-Use-Dir
|
||||||
; (3) In Existing Tag
|
; (3) In Existing Tag
|
||||||
; (4) Found Dir
|
; (4) Found Dir
|
||||||
;
|
;
|
||||||
; Album:
|
; Album:
|
||||||
; (1) Command line
|
; (1) Command line
|
||||||
; (2) Command Line UseDir
|
; (2) Command Line Force-Use-Dir
|
||||||
; (3) Found-Likely
|
; (3) Found-Likely
|
||||||
; (4) Found Dir
|
; (4) Found Dir
|
||||||
;
|
;
|
||||||
|
@ -114,9 +114,9 @@
|
||||||
; (2) Found-Likely
|
; (2) Found-Likely
|
||||||
;
|
;
|
||||||
; Title:
|
; Title:
|
||||||
; (1) Command Line UseDir
|
; (1) Command Line Force-Use-Filename
|
||||||
; (1) In Existing Tag
|
; (2) In Existing Tag
|
||||||
; (2) Derived From Filename
|
; (3) Derived From Filename
|
||||||
|
|
||||||
(defn make-artist-deriver [opts found likely]
|
(defn make-artist-deriver [opts found likely]
|
||||||
(cond [(.has_key opts "artist") (fn [tag file] (get opts "artist"))]
|
(cond [(.has_key opts "artist") (fn [tag file] (get opts "artist"))]
|
||||||
|
|
Loading…
Reference in New Issue