Show URI of file uploaded to Soundcloud in log window.

This commit is contained in:
Colin Fletcher 2014-05-23 18:47:33 +01:00
parent b49e398250
commit 29f0ad473f

View File

@ -364,6 +364,7 @@ ExportHandler::finish_timespan ()
this);
if (path.length() != 0) {
info << string_compose ( _("File %1 uploaded to %2"), filename, path) << endmsg;
if (soundcloud_open_page) {
std::cerr << "opening " << path << " ..." << std::endl;
open_uri(path.c_str()); // open the soundcloud website to the new file