diff options
Diffstat (limited to 'xine_input_vdr.c')
-rw-r--r-- | xine_input_vdr.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/xine_input_vdr.c b/xine_input_vdr.c index d47303c6..fb919883 100644 --- a/xine_input_vdr.c +++ b/xine_input_vdr.c @@ -4,7 +4,7 @@ * See the main source file 'xineliboutput.c' for copyright information and * how to reach the author. * - * $Id: xine_input_vdr.c,v 1.109 2008-01-09 08:52:31 phintuka Exp $ + * $Id: xine_input_vdr.c,v 1.110 2008-01-10 21:37:14 phintuka Exp $ * */ @@ -2649,6 +2649,7 @@ static void send_cd_info(vdr_input_plugin_t *this) for(i=0; i<count && list[i]; i++) LOGMSG("cdda: %d: %s", i, list[i]); } + this->autoplay_size = count; #endif } |