Commit b6c17b22 authored by Laurent Aimar's avatar Laurent Aimar

Made http-continuous option safe.

It was a request of Frederik Kriewitz.
parent 46fc2773
......@@ -114,6 +114,7 @@ vlc_module_begin ()
RECONNECT_LONGTEXT, true )
add_bool( "http-continuous", 0, NULL, CONTINUOUS_TEXT,
CONTINUOUS_LONGTEXT, true )
change_safe()
add_bool( "http-forward-cookies", true, NULL, FORWARD_COOKIES_TEXT,
FORWARD_COOKIES_LONGTEXT, true )
add_obsolete_string("http-user")
......
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