update audio-export as used by video-export (disable soundcloud)
This commit is contained in:
parent
4b0933938f
commit
8381c10b59
@ -560,6 +560,7 @@ ExportVideoDialog::launch_export ()
|
|||||||
insnd = fnp->get_path(fmp);
|
insnd = fnp->get_path(fmp);
|
||||||
|
|
||||||
/* do sound export */
|
/* do sound export */
|
||||||
|
fmp->set_soundcloud_upload(false);
|
||||||
_session->get_export_handler()->add_export_config (tsp, ccp, fmp, fnp, b);
|
_session->get_export_handler()->add_export_config (tsp, ccp, fmp, fnp, b);
|
||||||
_session->get_export_handler()->do_export();
|
_session->get_export_handler()->do_export();
|
||||||
status = _session->get_export_status ();
|
status = _session->get_export_status ();
|
||||||
|
Loading…
Reference in New Issue
Block a user