Commit 9921f0b7 authored by Rémi Denis-Courmont's avatar Rémi Denis-Courmont

podcast: no need to force configuration save

parent a05cb518
...@@ -427,7 +427,6 @@ static void SaveUrls( services_discovery_t *p_sd ) ...@@ -427,7 +427,6 @@ static void SaveUrls( services_discovery_t *p_sd )
} }
config_PutPsz( p_sd, "podcast-urls", psz_urls ); config_PutPsz( p_sd, "podcast-urls", psz_urls );
config_SaveConfigFile( p_sd, "podcast" );
free( psz_urls ); free( psz_urls );
} }
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