diff options
author | Daniel Caujolle-Bert <f1rmb@users.sourceforge.net> | 2001-12-09 18:32:20 +0000 |
---|---|---|
committer | Daniel Caujolle-Bert <f1rmb@users.sourceforge.net> | 2001-12-09 18:32:20 +0000 |
commit | bced9334f9c54d0c6ca34ef5a2640b471352460c (patch) | |
tree | 773d8b46053855db44390eef8030cf426bb5f0ab | |
parent | 7e0416720dbeb41dec90ccb80428e5aa560e1a65 (diff) | |
download | xine-lib-bced9334f9c54d0c6ca34ef5a2640b471352460c.tar.gz xine-lib-bced9334f9c54d0c6ca34ef5a2640b471352460c.tar.bz2 |
Forgotten boolean about grabbed cddb info.
CVS patchset: 1196
CVS date: 2001/12/09 18:32:20
-rw-r--r-- | src/input/input_cda.c | 3 |
1 files changed, 2 insertions, 1 deletions
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;j<this->cda->num_tracks;j++) printf("Track %2d: '%s'\n", j, this->cda->track[j].title); #endif + this->cda->have_cddb_info = 1; return; } else { |