Commit bf359727 authored by Max Kellermann's avatar Max Kellermann

ConfigTemplates: fix typo in id3v1_encoding

parent e0c645a2
......@@ -63,7 +63,7 @@ const ConfigTemplate config_templates[] = {
{ "max_command_list_size", false, false },
{ "max_output_buffer_size", false, false },
{ "filesystem_charset", false, false },
{ "id3vtrue_encoding", false, false },
{ "id3v1_encoding", false, false },
{ "metadata_to_use", false, false },
{ "save_absolute_paths_in_playlists", false, false },
{ "decoder", true, true },
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment