CUERipper was always embedding album art, even when option was turned off

This commit is contained in:
Grigory Chudov
2013-04-17 21:36:46 -04:00
parent 12e6507ef0
commit a3401df101
2 changed files with 3 additions and 2 deletions

View File

@@ -147,6 +147,7 @@ namespace CUERipper
SettingsReader sr = new SettingsReader("CUERipper", "settings.txt", Application.ExecutablePath);
_config.Load(sr);
_config.CopyAlbumArt = false;
//_config.createEACLOG = sr.LoadBoolean("CreateEACLOG") ?? true;
//_config.preserveHTOA = sr.LoadBoolean("PreserveHTOA") ?? false;
//_config.createM3U = sr.LoadBoolean("CreateM3U") ?? true;