Commit 790d3d45 authored by Kaarlo Raiha's avatar Kaarlo Raiha Committed by Jean-Baptiste Kempf

Add port range to CDDB

parent 885391aa
......@@ -79,6 +79,7 @@ vlc_module_begin ()
N_( "Address of the CDDB server to use." ), true )
add_integer( "cddb-port", 80, N_( "CDDB port" ),
N_( "CDDB Server port to use." ), true )
change_integer_range( 1, 65535 )
#endif
add_shortcut( "cdda", "cddasimple" )
......
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