diff --git a/components/tagger/vorbis/vorbis.cpp b/components/tagger/vorbis/vorbis.cpp index c04d953e3..9e5170bd9 100644 --- a/components/tagger/vorbis/vorbis.cpp +++ b/components/tagger/vorbis/vorbis.cpp @@ -1,5 +1,5 @@ /* BoCA - BonkEnc Component Architecture - * Copyright (C) 2007-2018 Robert Kausch + * Copyright (C) 2007-2019 Robert Kausch * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License as @@ -127,7 +127,7 @@ Error BoCA::TaggerVorbis::RenderBuffer(Buffer &buffer, const Track /* Save cover art. */ - if (currentConfig->GetIntValue("Tags", "CoverArtWriteToTags", True) && currentConfig->GetIntValue("Tags", "CoverArtWriteToVorbisComment", False)) + if (currentConfig->GetIntValue("Tags", "CoverArtWriteToTags", True) && currentConfig->GetIntValue("Tags", "CoverArtWriteToVorbisComment", True)) { /* This is the official way to store cover art in Vorbis * comments. It is used by most newer software.