Commit f471df4d authored by Rémi Duraffort's avatar Rémi Duraffort

podcast: save configuration when adding/removing podcast from the dialog.

parent d3312fee
......@@ -74,6 +74,7 @@ void PodcastConfigDialog::accept()
}
const char *psz_urls = qtu( urls );
config_PutPsz( p_intf, "podcast-urls", psz_urls );
config_SaveConfigFile( p_intf, "podcast" );
vlc_object_t *p_obj = (vlc_object_t*)
vlc_object_find_name( p_intf->p_libvlc,
"podcast", FIND_CHILD );
......
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