From 0dbfb228ccc7507e1831109f19b58950db1cd7da Mon Sep 17 00:00:00 2001 From: Robert Kausch Date: Tue, 23 Apr 2019 21:52:39 +0200 Subject: [PATCH] Fixed cover art not being written to Vorbis Comments in some cases. --- components/tagger/vorbis/vorbis.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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.