From fe92f9c92dc93bfc5a6948832246788e3010ace0 Mon Sep 17 00:00:00 2001 From: Antoine Cellerier Date: Sun, 2 Sep 2007 16:14:27 +0000 Subject: [PATCH] Change the podcast-urls config option to auto save. --- modules/services_discovery/podcast.c | 1 + 1 file changed, 1 insertion(+) 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 ); -- 2.39.2