Commit e4990aba authored by Jean-Baptiste Kempf's avatar Jean-Baptiste Kempf

CDDA: Typo

Signed-off-by: default avatarJean-Baptiste Kempf <jb@videolan.org>
parent e1d204c5
...@@ -83,11 +83,10 @@ vlc_module_begin () ...@@ -83,11 +83,10 @@ vlc_module_begin ()
change_internal () change_internal ()
#ifdef HAVE_LIBCDDB #ifdef HAVE_LIBCDDB
add_string( "cddb-server", "freedb.freedb.org", NULL, add_string( "cddb-server", "freedb.freedb.org", NULL, N_( "CDDB Server" ),
N_( "CDDB Server" ), N_( "Address of the CDDB server to use." ), N_( "Address of the CDDB server to use." ), true )
true ) add_integer( "cddb-port", 8880, NULL, N_( "CDDB port" ),
add_integer( "cddb-port", 8880, NULL, N_( "CDDB Server port to use." ), true )
N_( "CDDB port" ), N_( "CDDB Server port to use." ), true )
#endif #endif
add_shortcut( "cdda" ) add_shortcut( "cdda" )
...@@ -446,7 +445,7 @@ static int GetTracks( access_t *p_access, input_item_t *p_current ) ...@@ -446,7 +445,7 @@ static int GetTracks( access_t *p_access, input_item_t *p_current )
pp_cd_text = NULL; pp_cd_text = NULL;
} }
/* Retreive CD-TEXT informations but prefer CDDB */ /* Retrieve CD-TEXT informations but prefer CDDB */
if( i_cd_text > 0 && pp_cd_text[0] ) if( i_cd_text > 0 && pp_cd_text[0] )
{ {
const vlc_meta_t *p_disc = pp_cd_text[0]; const vlc_meta_t *p_disc = pp_cd_text[0];
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment