Commit fe92f9c9 authored by Antoine Cellerier's avatar Antoine Cellerier

Change the podcast-urls config option to auto save.

parent 9351b76f
......@@ -62,6 +62,7 @@ vlc_module_begin();
add_string( "podcast-urls", NULL, NULL,
URLS_TEXT, URLS_LONGTEXT, VLC_FALSE );
change_autosave();
set_capability( "services_discovery", 0 );
set_callbacks( Open, Close );
......
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