Merge pull request #231 from calumchisholm/patch-1

Removed reference to unused "profile = flac" config option (issue #99)
This commit is contained in:
Joe
2018-02-18 21:57:07 +01:00
committed by GitHub

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.