Skip to content

Commit

Permalink
Allow dj in exported metadata
Browse files Browse the repository at this point in the history
  • Loading branch information
toots committed Jan 10, 2017
1 parent 472b6a5 commit ef6bf6d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/encoder/encoder.ml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ let conf_meta =
let conf_export_metadata =
Dtools.Conf.list ~p:(conf_meta#plug "export") "Exported metdata"
~d:["artist";"title";"album";"genre";"date";"tracknumber";
"comment";"track";"year"]
"comment";"track";"year";"dj"]
~comments:["The list of labels of exported metadata."]

(* This is because I am too lazy to write encoder.mli.. *)
Expand Down

0 comments on commit ef6bf6d

Please sign in to comment.