Commit c2a9fa6d authored by Rémi Denis-Courmont's avatar Rémi Denis-Courmont

http-user-agent needs restart

parent 7f9b7d3e
......@@ -126,6 +126,7 @@ vlc_module_begin ()
add_string( "http-user-agent", PACKAGE_NAME"/"PACKAGE_VERSION, NULL,
AGENT_TEXT, AGENT_LONGTEXT, true )
change_safe()
change_need_restart()
add_bool( "http-reconnect", false, NULL, RECONNECT_TEXT,
RECONNECT_LONGTEXT, true )
add_bool( "http-continuous", false, NULL, CONTINUOUS_TEXT,
......
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