From e8fdd868d263621c084f3056aa635b5f41234de3 Mon Sep 17 00:00:00 2001 From: Calum Chisholm Date: Mon, 12 Feb 2018 10:50:22 +0800 Subject: [PATCH] Removed reference to unused "profile = flac" config option (see issue #99) --- README.md | 1 - 1 file changed, 1 deletion(-) diff --git a/README.md b/README.md index edcdbb68..e685e749 100644 --- a/README.md +++ b/README.md @@ -191,7 +191,6 @@ unknown = True output_directory = ~/My Music track_template = new/%%A/%%y - %%d/%%t - %%n disc_template = %(track_template)s -profile = flac ``` Note: to get a literal `%` character it must be doubled.