Removed reference to unused "profile = flac" config option (see issue #99)

This commit is contained in:
Calum Chisholm
2018-02-12 10:50:22 +08:00
committed by GitHub
parent 8179c3f79e
commit e8fdd868d2

View File

@@ -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.