From bced9334f9c54d0c6ca34ef5a2640b471352460c Mon Sep 17 00:00:00 2001 From: Daniel Caujolle-Bert Date: Sun, 9 Dec 2001 18:32:20 +0000 Subject: Forgotten boolean about grabbed cddb info. CVS patchset: 1196 CVS date: 2001/12/09 18:32:20 --- src/input/input_cda.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'src') diff --git a/src/input/input_cda.c b/src/input/input_cda.c index 286693e50..32f725d7c 100644 --- a/src/input/input_cda.c +++ b/src/input/input_cda.c @@ -17,7 +17,7 @@ * along with this program; if not, write to the Free Software * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA * - * $Id: input_cda.c,v 1.4 2001/12/09 18:11:34 f1rmb Exp $ + * $Id: input_cda.c,v 1.5 2001/12/09 18:32:20 f1rmb Exp $ */ #ifdef HAVE_CONFIG_H @@ -503,6 +503,7 @@ static void _cda_cddb_retrieve(cda_input_plugin_t *this) { for(j=0;jcda->num_tracks;j++) printf("Track %2d: '%s'\n", j, this->cda->track[j].title); #endif + this->cda->have_cddb_info = 1; return; } else { -- cgit v1.2.3