From: Antoine Cellerier Date: Sun, 2 Sep 2007 16:14:27 +0000 (+0000) Subject: Change the podcast-urls config option to auto save. X-Git-Tag: 0.9.0-test0~5914 X-Git-Url: https://git.sesse.net/?a=commitdiff_plain;h=fe92f9c92dc93bfc5a6948832246788e3010ace0;p=vlc Change the podcast-urls config option to auto save. --- diff --git a/modules/services_discovery/podcast.c b/modules/services_discovery/podcast.c index 4e365e9c05..8c176a0f5e 100644 --- a/modules/services_discovery/podcast.c +++ b/modules/services_discovery/podcast.c @@ -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 );