]> git.sesse.net Git - vlc/commitdiff
Change the podcast-urls config option to auto save.
authorAntoine Cellerier <dionoea@videolan.org>
Sun, 2 Sep 2007 16:14:27 +0000 (16:14 +0000)
committerAntoine Cellerier <dionoea@videolan.org>
Sun, 2 Sep 2007 16:14:27 +0000 (16:14 +0000)
modules/services_discovery/podcast.c

index 4e365e9c0558fb8df73fd070acc5f4131e0d337f..8c176a0f5e49379500ddfb25fe52a3a7b8ada81c 100644 (file)
@@ -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 );